svn commit: r193788 - in stable/7/lib/libc: . include

Dag-Erling Smorgrav des at FreeBSD.org
Tue Jun 9 00:27:24 UTC 2009


Author: des
Date: Tue Jun  9 00:27:23 2009
New Revision: 193788
URL: http://svn.freebsd.org/changeset/base/193788

Log:
  merge r176058: more missing namespace wrappers for libthr

Modified:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/include/namespace.h
  stable/7/lib/libc/include/un-namespace.h

Modified: stable/7/lib/libc/include/namespace.h
==============================================================================
--- stable/7/lib/libc/include/namespace.h	Tue Jun  9 00:15:46 2009	(r193787)
+++ stable/7/lib/libc/include/namespace.h	Tue Jun  9 00:27:23 2009	(r193788)
@@ -147,6 +147,7 @@
 #define		pthread_mutex_destroy		_pthread_mutex_destroy
 #define		pthread_mutex_getprioceiling	_pthread_mutex_getprioceiling
 #define		pthread_mutex_init		_pthread_mutex_init
+#define		pthread_mutex_isowned_np	_pthread_mutex_isowned_np
 #define		pthread_mutex_lock		_pthread_mutex_lock
 #define		pthread_mutex_setprioceiling	_pthread_mutex_setprioceiling
 #define		pthread_mutex_timedlock		_pthread_mutex_timedlock

Modified: stable/7/lib/libc/include/un-namespace.h
==============================================================================
--- stable/7/lib/libc/include/un-namespace.h	Tue Jun  9 00:15:46 2009	(r193787)
+++ stable/7/lib/libc/include/un-namespace.h	Tue Jun  9 00:27:23 2009	(r193788)
@@ -128,6 +128,7 @@
 #undef		pthread_mutex_destroy
 #undef		pthread_mutex_getprioceiling
 #undef		pthread_mutex_init
+#undef		pthread_mutex_isowned_np
 #undef		pthread_mutex_lock
 #undef		pthread_mutex_setprioceiling
 #undef		pthread_mutex_timedlock


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