summaryrefslogtreecommitdiffstats
path: root/include/signal.h
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2014-05-11 13:48:21 +0000
committerjilles <jilles@FreeBSD.org>2014-05-11 13:48:21 +0000
commite47308fc84d8eb2e6e15bb12fafc0792d878a58d (patch)
treee3e7e2d2f693854c41c7eea431d0ace7bd6145fe /include/signal.h
parent9ef9db396904b527fb74edb432f42a2b02d6bc6c (diff)
downloadFreeBSD-src-e47308fc84d8eb2e6e15bb12fafc0792d878a58d.zip
FreeBSD-src-e47308fc84d8eb2e6e15bb12fafc0792d878a58d.tar.gz
include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLE
or __POSIX_VISIBLE. Whenever <sys/cdefs.h> sets __BSD_VISIBLE to non-zero, it also sets __POSIX_VISIBLE and __XSI_VISIBLE to the newest version supported. No functional change is intended.
Diffstat (limited to 'include/signal.h')
-rw-r--r--include/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/signal.h b/include/signal.h
index e7447df..dca19aa 100644
--- a/include/signal.h
+++ b/include/signal.h
@@ -108,7 +108,7 @@ int xsi_sigpause(int);
int siginterrupt(int, int);
#endif
-#if __POSIX_VISIBLE >= 200809 || __BSD_VISIBLE
+#if __POSIX_VISIBLE >= 200809
void psignal(unsigned int, const char *);
#endif
OpenPOWER on IntegriCloud