/* Get definitions of 'struct sched_param' and 'sigset_t'.
But avoid namespace pollution on glibc systems. */
#ifndef __GLIBC__
# include <sched.h>
# include <signal.h>
#endif
#include <sys/types.h>