PERFORCE change 68318 for review

David Xu davidxu at FreeBSD.org
Wed Jan 5 05:57:46 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=68318

Change 68318 by davidxu at davidxu_tiger on 2005/01/05 13:57:20

	update symbols.

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/pthread.map#3 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/pthread.map#3 (text+ko) ====

@@ -14,6 +14,7 @@
 	__poll;
 	__pthread_cond_timedwait;
 	__pthread_cond_wait;
+	__pthread_mutex_init;
 	__pthread_mutex_lock;
 	__pthread_mutex_trylock;
 	__pthread_mutex_timedlock;
@@ -144,7 +145,6 @@
 	_pthread_testcancel;
 	_pthread_yield;
 	_raise;
-	_sched_yield;
 	_sem_close;
 	_sem_destroy;
 	_sem_getvalue;
@@ -156,8 +156,6 @@
 	_sem_unlink;
 	_sem_wait;
 	_sigaction;
-	_sigaltstack;
-	_sigpending;
 	_sigprocmask;
 	_sigsuspend;
 	_sigwait;


More information about the p4-projects mailing list