X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-sched.c;h=177d33e1ea2b55397c1dc10a426d5161ace21258;hb=d6e564567eb4ab3033d8e08c8467e3d1a3f51c0d;hp=8d0c8cdb67858e4a30266f620f580b10cba3a80d;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/tests/test-sched.c b/tests/test-sched.c index 8d0c8cdb6..177d33e1e 100644 --- a/tests/test-sched.c +++ b/tests/test-sched.c @@ -26,6 +26,9 @@ static struct sched_param a; /* Check that the SCHED_* macros are defined and compile-time constants. */ int b[] = { SCHED_FIFO, SCHED_RR, SCHED_OTHER }; +/* Check that the types are all defined. */ +pid_t t1; + static int f1; int