summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/Makefile.inc
diff options
context:
space:
mode:
authord <d@openbsd.org>1999-06-15 00:07:39 +0000
committerd <d@openbsd.org>1999-06-15 00:07:39 +0000
commita9cea9a366db5a2ad219f685426547e80c67470c (patch)
tree4c8ace29dfe8121d6d9cab9d05a69698ac5d6665 /lib/libpthread/man/Makefile.inc
parentmention the process' pid in the debug message. greatly helps to debug problems when fork()ing (diff)
downloadwireguard-openbsd-a9cea9a366db5a2ad219f685426547e80c67470c.tar.xz
wireguard-openbsd-a9cea9a366db5a2ad219f685426547e80c67470c.zip
Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization.
Diffstat (limited to 'lib/libpthread/man/Makefile.inc')
-rw-r--r--lib/libpthread/man/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/man/Makefile.inc b/lib/libpthread/man/Makefile.inc
index 55b37d24f48..c51d8ad23cc 100644
--- a/lib/libpthread/man/Makefile.inc
+++ b/lib/libpthread/man/Makefile.inc
@@ -1,11 +1,11 @@
-# $Id: Makefile.inc,v 1.5 1999/03/24 00:46:23 d Exp $
-# $OpenBSD: Makefile.inc,v 1.5 1999/03/24 00:46:23 d Exp $
+# $Id: Makefile.inc,v 1.6 1999/06/15 00:07:40 d Exp $
+# $OpenBSD: Makefile.inc,v 1.6 1999/06/15 00:07:40 d Exp $
# POSIX thread man files
.PATH: ${.CURDIR}/man
-MAN+= pthread_atfork.3 \
+MAN+= \
pthread_cleanup_pop.3 \
pthread_cleanup_push.3 \
pthread_cond_broadcast.3 \