svn commit: r212288 - stable/8/lib/libthr/thread

Konstantin Belousov kib at FreeBSD.org
Tue Sep 7 12:02:36 UTC 2010


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"


More information about the svn-src-stable-8 mailing list