| Submitter | Nicole |
|---|---|
| Date | June 15, 2012, 9:36 a.m. |
| Message ID | <4FDB0209.4040204@cats-muvva.net> |
| Download | mbox | patch |
| Permalink | /patch/165068/ |
| State | Rejected |
| Headers | show |
Comments
Patch
--- gnulib-lib/spawn.in.h 2010-11-18 19:49:42.424350565 +0300 +++ gnulib-lib/spawn.in.h 2010-11-18 19:49:10.392349526 +0300 @@ -37,6 +37,10 @@ # include <signal.h> #endif +#ifdef __UCLIBC__ +# include <sched.h> +#endif + #include <sys/types.h> #ifndef __THROW