From fef710d61dac98eea1ea93ce39e9b51a96979612 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 7 Feb 2003 09:11:24 +0000 Subject: Update. 2003-02-07 Ulrich Drepper * sysdeps/x86_64/td_ta_map_lwp2thr.c: New file. --- linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/sysdeps/unix/sysv/linux') diff --git a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S index 28989eaa14..22e2d86d97 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S +++ b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S @@ -31,7 +31,7 @@ ENTRY (__vfork) cmpq $0, __libc_pthread_functions(%rip) #else .weak __pthread_fork - movq $__pthread_fork, %eax + movq $__pthread_fork, %rax testq %rax, %rax #endif jne HIDDEN_JUMPTARGET (__fork) -- cgit v1.2.3