diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-06-15 00:07:41 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-06-15 00:07:41 +0000 |
commit | b4a06a2741e75d6207a667a5e3a5d049f0bb0c4f (patch) | |
tree | 942f6f10743aedac513c569a7628c6a9d8abe980 /lib/libpthread/uthread/Makefile.inc | |
parent | 2f5d3571146c5577b8f5205f4e7b1cc6bf5795e1 (diff) |
Remove pthread_atfork(). It was only part of draft 10 for a little while and was removed before stddization.
Diffstat (limited to 'lib/libpthread/uthread/Makefile.inc')
-rw-r--r-- | lib/libpthread/uthread/Makefile.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpthread/uthread/Makefile.inc b/lib/libpthread/uthread/Makefile.inc index 22bfb740e07..56a6b0046ba 100644 --- a/lib/libpthread/uthread/Makefile.inc +++ b/lib/libpthread/uthread/Makefile.inc @@ -1,5 +1,5 @@ -# $Id: Makefile.inc,v 1.7 1999/05/26 00:18:21 d Exp $ -# $OpenBSD: Makefile.inc,v 1.7 1999/05/26 00:18:21 d Exp $ +# $Id: Makefile.inc,v 1.8 1999/06/15 00:07:39 d Exp $ +# $OpenBSD: Makefile.inc,v 1.8 1999/06/15 00:07:39 d Exp $ # uthread sources .PATH: ${.CURDIR}/uthread @@ -8,7 +8,6 @@ CFLAGS += -I${.CURDIR}/arch/${MACHINE_ARCH} SRCS+= \ uthread_accept.c \ - uthread_atfork.c \ uthread_attr_destroy.c \ uthread_attr_init.c \ uthread_attr_getdetachstate.c \ |