patch-lib_spawn_in_h 474 B

123456789101112131415161718
  1. --- bison-2.4.2.orig/lib/spawn.in.h 2010-03-17 20:17:04.000000000 +0100
  2. +++ bison-2.4.2/lib/spawn.in.h 2010-07-30 17:23:46.000000000 +0200
  3. @@ -29,13 +29,8 @@
  4. #ifndef _GL_SPAWN_H
  5. #define _GL_SPAWN_H
  6. -/* Get definitions of 'struct sched_param' and 'sigset_t'.
  7. - But avoid namespace pollution on glibc systems. */
  8. -#ifndef __GLIBC__
  9. -# include <sched.h>
  10. -# include <signal.h>
  11. -#endif
  12. -
  13. +#include <sched.h>
  14. +#include <signal.h>
  15. #include <sys/types.h>
  16. #ifndef __THROW