diff options
author | kib <kib@FreeBSD.org> | 2010-08-24 11:54:48 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2010-08-24 11:54:48 +0000 |
commit | ead6fcadfd3a6f7eae1e791ae60b7abf5887b929 (patch) | |
tree | 7af0874e75d414264f88e9f434c993bd3506e912 /lib/libthr | |
parent | 936596e93de448ae01dd09c7194a938f98de51a1 (diff) | |
download | FreeBSD-src-ead6fcadfd3a6f7eae1e791ae60b7abf5887b929.zip FreeBSD-src-ead6fcadfd3a6f7eae1e791ae60b7abf5887b929.tar.gz |
The __hidden definition is provided by sys/cdefs.h.
MFC after: 2 weeks
Diffstat (limited to 'lib/libthr')
-rw-r--r-- | lib/libthr/thread/thr_private.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index c9e14c5..fd79b78 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -66,10 +66,6 @@ WEAK_REF(func, SYM_FBP10(sym)); \ SYM_DEFAULT(sym, SYM_FBP10(sym), FBSDprivate_1.0) -#ifndef __hidden -#define __hidden __attribute__((visibility("hidden"))) -#endif - #include "pthread_md.h" #include "thr_umtx.h" #include "thread_db.h" |