Rich Felker f5980e330a adjust sys/wait.h not to produde errors in strict ISO C feature profile
siginfo_t is not available from signal.h when the strict ISO C feature
profile (e.g. passing -std=c99 to gcc without defining any other
feature test macros) is used, but the type is needed to declare
waitid. using sys/wait.h (or any POSIX headers) in strict ISO C mode
is an application bug, but in the interest of compatibility, it's best
to avoid producing gratuitous errors. the simplest fix I could find is
suppressing the declaration of waitid (and also signal.h inclusion,
since it's not needed for anything else) in this case, while still
exposing everything else in sys/wait.h
2013-11-09 00:04:02 -05:00
..
2013-01-12 19:42:39 +01:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2013-01-12 19:42:39 +01:00
2013-08-14 02:48:11 -04:00
2012-11-17 19:51:49 -05:00
2013-07-30 18:15:50 -04:00
2013-06-28 23:39:50 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2013-01-12 19:42:39 +01:00
2011-04-05 12:13:54 -04:00
2012-12-13 14:15:11 -05:00
2011-02-12 00:22:29 -05:00
2013-07-19 19:57:52 -04:00
2011-09-23 14:24:57 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2012-08-15 08:31:44 -04:00