From e5ffa64a7003b5886c85c6434ced62ebc468b40d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 11 Feb 2003 06:31:57 +0000 Subject: Update. 2003-02-10 Ulrich Drepper * 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. --- linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linuxthreads/sysdeps/unix/sysv/linux/x86_64') diff --git a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S index 22e2d86d97..9198c514d9 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S +++ b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S @@ -30,8 +30,8 @@ ENTRY (__vfork) #ifdef SHARED cmpq $0, __libc_pthread_functions(%rip) #else - .weak __pthread_fork - movq $__pthread_fork, %rax + .weak pthread_create + movq $pthread_create, %rax testq %rax, %rax #endif jne HIDDEN_JUMPTARGET (__fork) -- cgit v1.2.3