Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 2010 12:02:34 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r212288 - stable/8/lib/libthr/thread
Message-ID:  <201009071202.o87C2Ynq096987@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009071202.o87C2Ynq096987>