diff options
author | dim <dim@FreeBSD.org> | 2010-10-19 21:02:05 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2010-10-19 21:02:05 +0000 |
commit | acc1b913a3297e19f9ffe7d2b7b8a3142926d3b4 (patch) | |
tree | 3ba42afae5a4abd129ca596650d0c27112d3953e /lib/libc/include/un-namespace.h | |
parent | ba43e0ffe7a883f062e502acf73190ce6534b0fe (diff) | |
parent | f0ce9e3f305fe6039937eade02551429beef30ac (diff) | |
download | FreeBSD-src-acc1b913a3297e19f9ffe7d2b7b8a3142926d3b4.zip FreeBSD-src-acc1b913a3297e19f9ffe7d2b7b8a3142926d3b4.tar.gz |
Sync: merge r213992 through r214076 from ^/head.
Diffstat (limited to 'lib/libc/include/un-namespace.h')
-rw-r--r-- | lib/libc/include/un-namespace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/include/un-namespace.h b/lib/libc/include/un-namespace.h index 00f0df2..7a8f9d9 100644 --- a/lib/libc/include/un-namespace.h +++ b/lib/libc/include/un-namespace.h @@ -158,8 +158,10 @@ #undef pthread_rwlock_unlock #undef pthread_rwlock_wrlock #undef pthread_rwlockattr_destroy +#undef pthread_rwlockattr_getkind_np #undef pthread_rwlockattr_getpshared #undef pthread_rwlockattr_init +#undef pthread_rwlockattr_setkind_np #undef pthread_rwlockattr_setpshared #undef pthread_self #undef pthread_set_name_np |