1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2003-02-07  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/x86_64/td_ta_map_lwp2thr.c: New file.
This commit is contained in:
Ulrich Drepper
2003-02-07 09:11:24 +00:00
parent 65c6899079
commit fef710d61d
3 changed files with 53 additions and 1 deletions

View File

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