* 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

@ -1,3 +1,8 @@
1999-01-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* sysdeps/unix/sysv/linux/m68k/vfork.S: Test return value after
fork syscall.
1999-01-17 Ulrich Drepper <drepper@cygnus.com>
* wctype/wcfuncs.c: Declare __ctype32_b.

View File

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