mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00: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:
parent
c96f6550f3
commit
37ce12d14c
@ -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.
|
||||
|
@ -57,6 +57,7 @@ ENTRY (__vfork)
|
||||
|
||||
movel #SYS_ify (fork), %d0
|
||||
trap #0
|
||||
tstl %d0
|
||||
jmi SYSCALL_ERROR_LABEL
|
||||
rts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user