Date: Tue, 9 Jun 2009 00:27:23 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r193788 - in stable/7/lib/libc: . include Message-ID: <200906090027.n590RNAg049628@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906090027.n590RNAg049628>