glibc/sysdeps/unix/sysv/linux
Carlos O'Donell 3680f14a7d [hppa] Fix incorrect stack frame usage in vfork.
In a multithreaded environment the call to vfork was
incorrectly creating a stack frame. Given that the
child unwinds the stack frame first to call exec, it
will corrupt any values the parent stored in the stack
frame. The solution is to avoid creating a stack frame
unless required to call an error function, in which case
we are assured no child was created.
2010-06-24 12:13:36 -04:00
..
alpha alpha: fix *xstat.c build failure for Linux headers < 2.6.4 2010-05-04 09:00:25 -07:00
am33 Define F_DUPFD_CLOEXEC. 2007-10-22 13:11:49 +00:00
arm Define F_SETPIPE_SZ and F_GETPIPE_SZ for ARM. 2010-06-14 22:09:08 +00:00
cris Define F_DUPFD_CLOEXEC. 2007-10-22 13:11:49 +00:00
hppa [hppa] Fix incorrect stack frame usage in vfork. 2010-06-24 12:13:36 -04:00
m68k m68k: Add required definitions to sys/user.h 2010-06-13 21:09:38 +02:00
mips Define F_SETPIPE_SZ and F_GETPIPE_SZ for MIPS. 2010-06-14 22:09:52 +00:00
powerpc/powerpc32/nofpu 2006-10-05 Steven Munroe <sjmunroe@us.ibm.com> 2006-11-22 15:13:11 +00:00