diff options
Diffstat (limited to 'tools/build/feature/test-reallocarray.c')
-rw-r--r-- | tools/build/feature/test-reallocarray.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/feature/test-reallocarray.c b/tools/build/feature/test-reallocarray.c index 8170de35150d..8f6743e31da7 100644 --- a/tools/build/feature/test-reallocarray.c +++ b/tools/build/feature/test-reallocarray.c @@ -6,3 +6,5 @@ int main(void) { return !!reallocarray(NULL, 1, 1); } + +#undef _GNU_SOURCE |