summaryrefslogtreecommitdiff
path: root/stdlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib.c')
-rw-r--r--stdlib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdlib.c b/stdlib.c
index c66aa92..9e09111 100644
--- a/stdlib.c
+++ b/stdlib.c
@@ -8,6 +8,10 @@ void test_stdlib_h(void)
ldiv_t ldiv;
size_t size;
wchar_t wchar;
+ (void)div;
+ (void)ldiv;
+ (void)size;
+ (void)wchar;
int exit_statuses[] = {
EXIT_FAILURE,