diff options
author | 1998-11-20 15:15:06 +0000 | |
---|---|---|
committer | 1998-11-20 15:15:06 +0000 | |
commit | c25b0bff38aa2a339f282836d9835316d969338c (patch) | |
tree | bbcc9b01e9173d61863e7530e5ef7fda958737a0 /lib/libpthread/man/Makefile.inc | |
parent | remove white lie (not all libc_r fns are thread-safe) (diff) | |
download | wireguard-openbsd-c25b0bff38aa2a339f282836d9835316d969338c.tar.xz wireguard-openbsd-c25b0bff38aa2a339f282836d9835316d969338c.zip |
link/mention recently added manual pages
Diffstat (limited to 'lib/libpthread/man/Makefile.inc')
-rw-r--r-- | lib/libpthread/man/Makefile.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc index 8fbdb1c9ccc..f3ff1ba09a2 100644 --- a/lib/libpthread/man/Makefile.inc +++ b/lib/libpthread/man/Makefile.inc @@ -1,5 +1,5 @@ -# $Id: Makefile.inc,v 1.2 1998/11/09 03:13:14 d Exp $ -# $OpenBSD: Makefile.inc,v 1.2 1998/11/09 03:13:14 d Exp $ +# $Id: Makefile.inc,v 1.3 1998/11/20 15:15:06 d Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1998/11/20 15:15:06 d Exp $ # POSIX thread man files @@ -44,5 +44,7 @@ MAN+= pthreads.3 \ sigwait.3 MLINKS+=flockfile.3 funlockfile.3 \ - flockfile.3 ftrylockfile.3 + flockfile.3 ftrylockfile.3 \ + pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 \ + pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3 |