mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Update.
2003-02-10 Ulrich Drepper <drepper@redhat.com> * elf/Makefile (check-textrel-CFLAGS): Pass _XOPEN_SOURCE and _BSD_SOURCE to compiler. * elf/check-textrel.c (SWAP): Add parenthesis to avoid warnings. Patches by Alan Modra.
This commit is contained in:
@@ -40,8 +40,8 @@ ENTRY (__vfork)
|
||||
addl $_GLOBAL_OFFSET_TABLE_, %ecx
|
||||
cmpl $0, __libc_pthread_functions@GOTOFF(%ecx)
|
||||
# else
|
||||
.weak __pthread_fork
|
||||
movl $__pthread_fork, %eax
|
||||
.weak pthread_create
|
||||
movl $pthread_create, %eax
|
||||
testl %eax, %eax
|
||||
# endif
|
||||
jne HIDDEN_JUMPTARGET (__fork)
|
||||
|
||||
Reference in New Issue
Block a user