Author: kib
Date: Tue Sep  7 12:02:34 2010
New Revision: 212288
URL: http://svn.freebsd.org/changeset/base/212288

Log:
  MFC r211742:
  The __hidden definition is provided by sys/cdefs.h.

Modified:
  stable/8/lib/libthr/thread/thr_private.h
Directory Properties:
  stable/8/lib/libthr/   (props changed)

Modified: stable/8/lib/libthr/thread/thr_private.h
==============================================================================
--- stable/8/lib/libthr/thread/thr_private.h    Tue Sep  7 11:46:09 2010        
(r212287)
+++ stable/8/lib/libthr/thread/thr_private.h    Tue Sep  7 12:02:34 2010        
(r212288)
@@ -52,10 +52,6 @@
 #include <sys/thr.h>
 #include <pthread.h>
 
-#ifndef __hidden
-#define __hidden               __attribute__((visibility("hidden")))
-#endif
-
 #include "pthread_md.h"
 #include "thr_umtx.h"
 #include "thread_db.h"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to