1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* sysdeps/unix/sysv/linux/m68k/vfork.S: Test return value after

fork syscall.
1999-01-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/m68k/vfork.S: Test return value after
	fork syscall.
This commit is contained in:
Andreas Schwab
1999-01-18 01:45:33 +00:00
parent c96f6550f3
commit 37ce12d14c
2 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,7 @@ ENTRY (__vfork)
movel #SYS_ify (fork), %d0
trap #0
tstl %d0
jmi SYSCALL_ERROR_LABEL
rts