1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
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:
Ulrich Drepper
2003-02-11 06:31:57 +00:00
parent d9dd121ebe
commit e5ffa64a70
16 changed files with 83 additions and 39 deletions

View File

@@ -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)