4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00
Thomas Preud'homme 0c081aa62c Fix guard for siginfo_t and pthread_t definition
Commit 8a3b3bb4d7224d419cc1a4af60ccf7e70edc876b changed the guard on
some functions from _POSIX_THREADS to __POSIX_VISIBLE. As a consequence,
some use of siginfo_t and pthread_t became visible under configurations
where _POSIX_THREADS is unset but __POSIX_VISIBLE is. Build then fails
because the definition of those types are still unavailable.

This commit make those type definition visible for __POSIX_VISIBLE
configurations. This requires moving the siginfo_t definition out of the
RTEMS specific definitions in sys/signal.h while still guarding it
against cygwin case.
2017-06-19 13:00:05 +02:00
..
2016-10-25 16:24:05 +02:00
2016-10-25 16:24:05 +02:00
2016-04-15 14:51:39 +02:00
2016-04-15 14:51:39 +02:00
2016-08-29 15:30:59 -05:00
2017-04-04 11:44:03 +02:00
2017-01-13 13:07:40 -06:00
2017-02-13 17:07:11 -05:00
2017-04-04 12:16:05 +02:00
2016-04-15 14:51:39 +02:00
2016-04-15 14:51:39 +02:00
2015-04-23 21:57:06 +02:00
2016-12-05 21:00:38 -06:00
2015-05-28 16:40:43 +02:00