git: DragonFly_RELEASE_3_0 cdefs: Rework and augment visibility attributes
John Marino
marino at crater.dragonflybsd.org
Sun Feb 5 08:51:13 PST 2012
commit bac3c6349f25de315ae41c036e5dd310d23e6482
Author: John Marino <draco at marino.st>
Date: Sun Feb 5 17:14:25 2012 +0100
cdefs: Rework and augment visibility attributes
One macro based on GCC visibility functions was already defined,
__exported. However, it was marked as available for all GCC versions
when it fact it was introduced with gcc 4.0.
There was no macro for hidden visibility attributes, so the macros
__dso_hidden and __dso_public were borrowed from NetBSD. __dso_public
is an alias for __exported. The definition for all three macros were
made on the condition that the gcc version used is 4.0 or later.
Summary of changes:
sys/sys/cdefs.h | 16 ++++++++++------
1 files changed, 10 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bac3c6349f25de315ae41c036e5dd310d23e6482
--
DragonFly BSD source repository
More information about the Commits
mailing list