Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2010 11:54:48 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r211742 - head/lib/libthr/thread
Message-ID:  <201008241154.o7OBsmou074982@svn.freebsd.org>

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



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