Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 7 Feb 2003 06:46:21 +0000 (06:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 7 Feb 2003 06:46:21 +0000 (06:46 +0000)
commit65c689907900378bc3daf394a40b6a046595caab
treeab2f37fdde74caf77e4c30e3fcec407214d89fb0
parentce96c93de5d57d917d300c4c80ed8ffc9141a874
Update.

2003-02-07  Jakub Jelinek  <jakub@redhat.com>

* tst-popen2.c: New test.
* Makefile (tests): Add tst-popen2.
* sysdeps/unix/sysv/linux/alpha/vfork.S (__vfork): Branch to __fork
whenever libpthread.so is loaded.
* sysdeps/unix/sysv/linux/i386/vfork.S (__vfork): Likewise.
* sysdeps/unix/sysv/linux/ia64/vfork.S (__vfork): Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/vfork.S (__vfork): Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork): Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S (__vfork): Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S (__vfork): Likewise.
* sysdeps/unix/sysv/linux/x86_64/vfork.S (__vfork): Likewise.
13 files changed:
linuxthreads/ChangeLog
linuxthreads/Makefile
linuxthreads/sysdeps/unix/sysv/linux/alpha/vfork.S
linuxthreads/sysdeps/unix/sysv/linux/i386/vfork.S
linuxthreads/sysdeps/unix/sysv/linux/ia64/vfork.S
linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S
linuxthreads/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S
linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S
linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S
linuxthreads/sysdeps/unix/sysv/linux/x86_64/vfork.S
linuxthreads/tst-popen2.c [new file with mode: 0644]
nptl/ChangeLog
nptl/Makefile