From 47536ff629e804cc56abd07bb9ec59259cf7b287 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Tue, 24 Aug 2010 11:54:48 +0000 Subject: [PATCH] The __hidden definition is provided by sys/cdefs.h. MFC after: 2 weeks --- lib/libthr/thread/thr_private.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index c9e14c523516..fd79b789e6aa 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"