diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-11 06:31:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-11 06:31:57 +0000 |
commit | e5ffa64a7003b5886c85c6434ced62ebc468b40d (patch) | |
tree | 562631f19dcbb5479eab1336d1fbc94daac53571 /linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S | |
parent | d9dd121ebe3e983e450c7189cf06dcf000f76178 (diff) | |
download | glibc-e5ffa64a7003b5886c85c6434ced62ebc468b40d.tar.gz |
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.
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S b/linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S index 5541edb53c..54acedad4c 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S +++ b/linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S @@ -33,8 +33,8 @@ ENTRY(__vfork) #ifdef SHARED addl r14 = @gprel(__libc_pthread_functions#), gp;; #else - .weak __pthread_fork - addl r14 = @ltoff(@fptr(__pthread_fork#)), gp;; + .weak pthread_create + addl r14 = @ltoff(@fptr(pthread_create#)), gp;; #endif ld8 r14 = [r14];; cmp.ne p6, p7 = 0, r14 |