aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2006-06-07 13:23:19 +0200
committerH. Peter Anvin <hpa@zytor.com>2006-06-07 14:21:07 -0700
commite56595fff1ba45f2538984f36ab3977d5e490457 (patch)
treeef7cacf1cf4139b15f04df165e1aab08c933178b
parent6365e6120aef2bf15e1c9892913fba5c2cad6478 (diff)
downloadklibc-e56595fff1ba45f2538984f36ab3977d5e490457.tar.gz
s390: vfork supportklibc-1.3.33
vfork support for s390/s390x. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
-rw-r--r--usr/klibc/SYSCALLS.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def
index cfda87d91133b..a9dd006e473f2 100644
--- a/usr/klibc/SYSCALLS.def
+++ b/usr/klibc/SYSCALLS.def
@@ -28,7 +28,7 @@ void _exit,exit::_exit(int)
; A lot of architectures need architecture-specific vfork
; stubs, due to the no-stack requirement. These are the
; architectures which do not.
-<alpha,m32r,ppc,ppc64,sh> pid_t vfork()
+<alpha,m32r,ppc,ppc64,sh,s390,s390x> pid_t vfork()
<sparc,sparc64> pid_t vfork@forkish()
#endif
<!alpha> pid_t getpid()