mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
2.5-18.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1999, 2002, 2004 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1999, 2002, 2004, 2005 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Andreas Schwab <schwab@gnu.org>.
|
||||
|
||||
@@ -33,6 +33,7 @@ ENTRY (__vfork)
|
||||
|
||||
/* Pop the return PC value into ECX. */
|
||||
popl %ecx
|
||||
cfi_adjust_cfa_offset (-4)
|
||||
|
||||
#ifdef SAVE_PID
|
||||
SAVE_PID
|
||||
@@ -46,6 +47,7 @@ ENTRY (__vfork)
|
||||
disturbs the branch target cache. Instead push the return
|
||||
address back on the stack. */
|
||||
pushl %ecx
|
||||
cfi_adjust_cfa_offset (4)
|
||||
|
||||
#ifdef RESTORE_PID
|
||||
RESTORE_PID
|
||||
|
||||
Reference in New Issue
Block a user