aboutsummaryrefslogtreecommitdiffstats
path: root/tools/build/feature/test-reallocarray.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/feature/test-reallocarray.c')
-rw-r--r--tools/build/feature/test-reallocarray.c2
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)
6{ 6{
7 return !!reallocarray(NULL, 1, 1); 7 return !!reallocarray(NULL, 1, 1);
8} 8}
9
10#undef _GNU_SOURCE