glibc/sysdeps/unix
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: Define PTR_MANGLE for !PIC too. 2010-03-26 13:17:52 -07:00
am33 Added Matsushita AM33/2.0 port. 2004-10-23 00:33:35 +00:00
arm Add CFI statements to ARM's assembly code. 2010-03-26 18:12:56 +00:00
bsd Remove .cvsignore files 2009-05-16 10:36:20 +02:00
mips 2004-12-20 Jakub Jelinek <jakub@redhat.com>, 2004-12-20 08:34:03 +00:00
sysv [hppa] Fix incorrect stack frame usage in vfork. 2010-06-24 12:13:36 -04:00