svn commit: r201559 - in head/lib/libthr: . thread

David Xu davidxu at FreeBSD.org
Tue Jan 5 06:21:29 UTC 2010


Author: davidxu
Date: Tue Jan  5 06:21:29 2010
New Revision: 201559
URL: http://svn.freebsd.org/changeset/base/201559

Log:
  Remove extra new semaphore stubs, because libc already has them, and
  ld can find the newest version which is default.
  
  Poked by: kan@

Deleted:
  head/lib/libthr/thread/thr_sem_new.c
Modified:
  head/lib/libthr/pthread.map

Modified: head/lib/libthr/pthread.map
==============================================================================
--- head/lib/libthr/pthread.map	Tue Jan  5 06:13:15 2010	(r201558)
+++ head/lib/libthr/pthread.map	Tue Jan  5 06:21:29 2010	(r201559)
@@ -396,11 +396,4 @@ FBSD_1.1 {
 
 FBSD_1.2 {
 	openat;
-	sem_destroy;
-	sem_getvalue;
-	sem_init;
-	sem_post;
-	sem_timedwait;
-	sem_trywait;
-	sem_wait;
 };


More information about the svn-src-head mailing list