diff options
author | des <des@FreeBSD.org> | 2008-02-06 20:42:35 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2008-02-06 20:42:35 +0000 |
commit | 0cd1685cafbe90eb6dcbf6ded70863c4dddc1089 (patch) | |
tree | 97b7a22ce09c911ddde45d4a415da398b1d05cf7 /lib/libc/include/un-namespace.h | |
parent | a735f997fd94385d405281134d9c00d45488b3c9 (diff) | |
download | FreeBSD-src-0cd1685cafbe90eb6dcbf6ded70863c4dddc1089.zip FreeBSD-src-0cd1685cafbe90eb6dcbf6ded70863c4dddc1089.tar.gz |
Add pthread_mutex_isowned_np() so there is no need for an additional
prototype next to the implementation.
MFC after: 2 weeks
Diffstat (limited to 'lib/libc/include/un-namespace.h')
-rw-r--r-- | lib/libc/include/un-namespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/include/un-namespace.h b/lib/libc/include/un-namespace.h index ccdc2a1..a3aa980 100644 --- a/lib/libc/include/un-namespace.h +++ b/lib/libc/include/un-namespace.h @@ -124,6 +124,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 |