diff options
author | 1998-11-09 03:12:53 +0000 | |
---|---|---|
committer | 1998-11-09 03:12:53 +0000 | |
commit | f8344ebdca65e19ed04fe37787bd5c0e495a8749 (patch) | |
tree | 893a50cc644fb00fd143d949ff87479cb872d297 /lib/libpthread/man/pthread_join.3 | |
parent | compile MI com/lpt/ncr53c7xx for hppa (diff) | |
download | wireguard-openbsd-f8344ebdca65e19ed04fe37787bd5c0e495a8749.tar.xz wireguard-openbsd-f8344ebdca65e19ed04fe37787bd5c0e495a8749.zip |
sync with FreeBSD (rwlock, gc thread, man pages)
add (broken) mips md stuff
fix some const warnings
add sigaltstack() stub
another hash at getting shlib auto-init to work (mips/elf and i386/a.out)
Diffstat (limited to 'lib/libpthread/man/pthread_join.3')
-rw-r--r-- | lib/libpthread/man/pthread_join.3 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_join.3 b/lib/libpthread/man/pthread_join.3 index a89878c33f2..d7a28a13053 100644 --- a/lib/libpthread/man/pthread_join.3 +++ b/lib/libpthread/man/pthread_join.3 @@ -91,7 +91,6 @@ specifies the calling thread. .El .Pp .Sh SEE ALSO -.Xr pthreads 3 , .Xr wait 2 , .Xr pthread_create 3 .Sh STANDARDS |