svn commit: r211742 - head/lib/libthr/thread

Konstantin Belousov kib at FreeBSD.org
Tue Aug 24 11:54:49 UTC 2010


Author: kib
Date: Tue Aug 24 11:54:48 2010
New Revision: 211742
URL: http://svn.freebsd.org/changeset/base/211742

Log:
  The __hidden definition is provided by sys/cdefs.h.
  
  MFC after:	2 weeks

Modified:
  head/lib/libthr/thread/thr_private.h

Modified: head/lib/libthr/thread/thr_private.h
==============================================================================
--- head/lib/libthr/thread/thr_private.h	Tue Aug 24 11:53:30 2010	(r211741)
+++ head/lib/libthr/thread/thr_private.h	Tue Aug 24 11:54:48 2010	(r211742)
@@ -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"


More information about the svn-src-all mailing list