git: Simplify redundant __*_VISIBLE checks in various header files.
Sascha Wildner
swildner at crater.dragonflybsd.org
Wed Sep 9 11:39:34 PDT 2015
commit 5ad36315068039f02dbc61256a9ab64ab105e189
Author: Sascha Wildner <saw at online.de>
Date: Wed Sep 9 20:39:10 2015 +0200
Simplify redundant __*_VISIBLE checks in various header files.
* __BSD_VISIBLE implies __XSI_VISIBLE and __POSIX_VISIBLE.
* __XSI_VISIBLE implies __POSIX_VISIBLE.
None of these functions/defines are actually XSI. No functional change
expected.
Summary of changes:
include/grp.h | 2 +-
include/setjmp.h | 2 +-
sys/cpu/x86_64/include/setjmp.h | 2 +-
sys/sys/signal.h | 22 +++++++++++-----------
4 files changed, 14 insertions(+), 14 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5ad36315068039f02dbc61256a9ab64ab105e189
--
DragonFly BSD source repository
More information about the Commits
mailing list