diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-01-16 20:49:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-01-16 20:49:07 +0000 |
commit | ed55cb90f86140d7078ef1cf944f6efa04ae482c (patch) | |
tree | da83b5d92d88903fee86c375268604c2cfe314bf /lib/libc | |
parent | 1c84a2c8015d2aa9dd270693b350662ae4adbf85 (diff) |
Waiter! I asked for a working vfork!
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/arch/m88k/sys/Ovfork.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/arch/m88k/sys/Ovfork.S b/lib/libc/arch/m88k/sys/Ovfork.S index f84000d6382..56397e7d810 100644 --- a/lib/libc/arch/m88k/sys/Ovfork.S +++ b/lib/libc/arch/m88k/sys/Ovfork.S @@ -1,4 +1,4 @@ -/* $OpenBSD: Ovfork.S,v 1.4 2003/01/07 22:01:35 miod Exp $ */ +/* $OpenBSD: Ovfork.S,v 1.5 2003/01/16 20:49:06 miod Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -39,14 +39,14 @@ #if defined(LIBC_SCCS) .data - .string "$OpenBSD: Ovfork.S,v 1.4 2003/01/07 22:01:35 miod Exp $" + .string "$OpenBSD: Ovfork.S,v 1.5 2003/01/16 20:49:06 miod Exp $" #endif /* LIBC_SCCS */ #include "SYS.h" /* r2 = pid. r3 = 0 in parent, 1 in child */ -SYSENTRY(vfork) +SYSCALL(vfork) bcnd eq0,r3,parent or r2,r0,0 or r3,r0,0 |