git: Remove redundant __BSD_VISIBLE checks in various header files.
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri Jan 2 16:18:36 PST 2015
commit 05eaf8a230579a4f34994da2a5d2490bb6b6d2f8
Author: Sascha Wildner <saw at online.de>
Date: Sat Jan 3 01:15:08 2015 +0100
Remove redundant __BSD_VISIBLE checks in various header files.
When __BSD_VISIBLE is set to 1, we also set (in <sys/cdefs.h>):
#define __POSIX_VISIBLE 200809
#define __XSI_VISIBLE 700
#define __ISO_C_VISIBLE 2011
Summary of changes:
include/grp.h | 5 ++---
include/setjmp.h | 4 ++--
include/stdio.h | 8 ++++----
include/stdlib.h | 2 +-
include/string.h | 6 +++---
include/unistd.h | 6 +++---
include/wchar.h | 2 +-
lib/libm/src/complex.h | 2 +-
lib/libm/src/math.h | 12 ++++++------
sys/sys/fcntl.h | 8 ++++----
sys/sys/stat.h | 7 +++----
11 files changed, 30 insertions(+), 32 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/05eaf8a230579a4f34994da2a5d2490bb6b6d2f8
--
DragonFly BSD source repository
More information about the Commits
mailing list