diff options
| author | 2003-02-11 06:31:57 +0000 | |
|---|---|---|
| committer | 2003-02-11 06:31:57 +0000 | |
| commit | e5ffa64a7003b5886c85c6434ced62ebc468b40d (patch) | |
| tree | 562631f19dcbb5479eab1336d1fbc94daac53571 /linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S | |
| parent | Update. (diff) | |
| download | glibc-e5ffa64a7003b5886c85c6434ced62ebc468b40d.tar.xz glibc-e5ffa64a7003b5886c85c6434ced62ebc468b40d.zip | |
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/m68k/vfork.S')
| -rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S b/linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S index 475bb6ea7b..49b8a3c0ac 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S +++ b/linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S @@ -32,8 +32,8 @@ ENTRY (__vfork) #ifdef SHARED tstl (__libc_pthread_functions@GOTPC, %pc) #else - .weak __pthread_fork - movel #__pthread_fork, %d0 + .weak pthread_create + movel #pthread_create, %d0 #endif jbne HIDDEN_JUMPTARGET (__fork) |
