Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 318003
Collapse All | Expand All

(-)lib/spawn.in.h.old (-2 lines)
Lines 31-40 Link Here
31
31
32
/* Get definitions of 'struct sched_param' and 'sigset_t'.
32
/* Get definitions of 'struct sched_param' and 'sigset_t'.
33
   But avoid namespace pollution on glibc systems.  */
33
   But avoid namespace pollution on glibc systems.  */
34
#ifndef __GLIBC__
35
# include <sched.h>
34
# include <sched.h>
36
# include <signal.h>
35
# include <signal.h>
37
#endif
38
36
39
#include <sys/types.h>
37
#include <sys/types.h>
40
38

Return to bug 318003