diff options
Diffstat (limited to 'lib/libc/arch/m88k/sys/Ovfork.S')
-rw-r--r-- | lib/libc/arch/m88k/sys/Ovfork.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/arch/m88k/sys/Ovfork.S b/lib/libc/arch/m88k/sys/Ovfork.S index c51f626640f..d2b6c3c3027 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.8 2013/01/05 11:20:55 miod Exp $ */ +/* $OpenBSD: Ovfork.S,v 1.9 2013/01/11 21:23:24 miod Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -43,3 +43,4 @@ SYSCALL(vfork) or %r3,%r0,0 parent: jmp %r1 /* pid = vfork() */ +END(vfork) |