From 3def2cde1dc7e071976a174aa43ca076ae356a13 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Wed, 7 Sep 2011 19:38:22 +0200 Subject: Tiny build and GCC warning fixes. * pthread/cthreads-compat.c: #include for NULL. * pthread/pt-exit.c (pthread_exit): Remove stray need_dealloc variable. * sysdeps/generic/pt-attr-getschedparam.c: #include for memcpy. * sysdeps/mach/hurd/ia32/pt-setup.c (stack_setup): Apply some more typecasting. * tests/test-1.c: #include . * tests/test-6.c: Likewise. * tests/test-7.c: Likewise. * tests/test-16.c (handler): Take parameters for sa_handler, not sa_sigaction. --- tests/test-7.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test-7.c') diff --git a/tests/test-7.c b/tests/test-7.c index bd97acfa..8159be34 100644 --- a/tests/test-7.c +++ b/tests/test-7.c @@ -1,6 +1,7 @@ #define _GNU_SOURCE #include +#include #include #include #include -- cgit v1.2.3