git: cdefs: Rework and augment visibility attributes

John Marino marino at crater.dragonflybsd.org
Sun Feb 5 08:33:18 PST 2012


commit 25fffb38ee50e7671cd4c12b5eca431a391ff8d5
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/25fffb38ee50e7671cd4c12b5eca431a391ff8d5


-- 
DragonFly BSD source repository





More information about the Commits mailing list