diff options
author | 2002-02-17 23:40:57 +0000 | |
---|---|---|
committer | 2002-02-17 23:40:57 +0000 | |
commit | 4b3660510ca86b9d48c32ed77f797067b17bce4d (patch) | |
tree | abf515fd08876037819aa4d11938d56295385526 /lib/libc/sys | |
parent | comment typo (diff) | |
download | wireguard-openbsd-4b3660510ca86b9d48c32ed77f797067b17bce4d.tar.xz wireguard-openbsd-4b3660510ca86b9d48c32ed77f797067b17bce4d.zip |
rfork() needs a fork.S-like stub as well; ok art
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index d4e6fcfe5d3..f4c5e7afa45 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.48 2001/09/25 20:36:44 niklas Exp $ +# $OpenBSD: Makefile.inc,v 1.49 2002/02/17 23:40:58 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 @@ -11,7 +11,7 @@ CFLAGS+= -D_NO_WEAK_ALIASES .endif # modules with non-default implementations on at least one architecture: -SRCS+= Ovfork.S brk.S cerror.S exect.S fork.S \ +SRCS+= Ovfork.S brk.S cerror.S exect.S fork.S rfork.S \ sbrk.S sigpending.S sigprocmask.S sigreturn.S \ sigsuspend.S syscall.S |