summaryrefslogtreecommitdiff
path: root/src/process/s390x/vfork.s
blob: 05956e810ccbd308a1280b286b7a56ec70c1ea4f (plain) (blame)
1
2
3
4
5
6
7
8
	.global __vfork
	.weak vfork
	.type __vfork,%function
	.type vfork,%function
__vfork:
vfork:
	svc 190
	jg  __syscall_ret