2008-11-15 Bruno Haible <bruno@clisp.org>
+ * tests/test-sched.c: Test also the existence of the SCHED_* macros.
+
Make the 'sched' module work on platforms where <sched.h> exists but
is incomplete (such as Haiku).
* lib/sched.in.h; Include the system's <sched.h> if it exists.
/* Check that 'struct sched_param' is defined. */
static struct sched_param a;
+/* Check that the SCHED_* macris are defined and compile-time constants. */
+static int b[] = { SCHED_FIFO, SCHED_RR, SCHED_OTHER };
+
static int f1;
int