include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLE
authorjilles <jilles@FreeBSD.org>
Sun, 11 May 2014 13:48:21 +0000 (13:48 +0000)
committerjilles <jilles@FreeBSD.org>
Sun, 11 May 2014 13:48:21 +0000 (13:48 +0000)
commite47308fc84d8eb2e6e15bb12fafc0792d878a58d
treee3e7e2d2f693854c41c7eea431d0ace7bd6145fe
parent9ef9db396904b527fb74edb432f42a2b02d6bc6c
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.
include/dirent.h
include/grp.h
include/setjmp.h
include/signal.h
include/stdio.h
include/string.h
include/termios.h
include/unistd.h
include/wchar.h
sys/sys/stat.h