summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/strverscmp.c
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@arm.com>2017-06-15 14:09:39 +0100
committerCorinna Vinschen <corinna@vinschen.de>2017-06-19 13:00:05 +0200
commit0c081aa62c08c6a00bbacf629e2232dfdd8ba24d (patch)
treead22be5d91e4ba813d8831ee5e7d3fc1577c46ad /newlib/libc/string/strverscmp.c
parent14ea06212bc7e585024c80b6084455559da3d22f (diff)
downloadcygnal-0c081aa62c08c6a00bbacf629e2232dfdd8ba24d.tar.gz
cygnal-0c081aa62c08c6a00bbacf629e2232dfdd8ba24d.tar.bz2
cygnal-0c081aa62c08c6a00bbacf629e2232dfdd8ba24d.zip
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.
Diffstat (limited to 'newlib/libc/string/strverscmp.c')
0 files changed, 0 insertions, 0 deletions