diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-14 09:44:39 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-14 09:44:39 -0700 |
commit | e27871374eda477318f5a694d26cc02fd1cf019e (patch) | |
tree | 9f3a2a0d27cc8700a4ee0d92940ab572ed3f39ef /ChangeLog | |
parent | 5675da1e845e4b651eb649639137310fd9b6b380 (diff) | |
download | glibc-e27871374eda477318f5a694d26cc02fd1cf019e.tar glibc-e27871374eda477318f5a694d26cc02fd1cf019e.tar.gz glibc-e27871374eda477318f5a694d26cc02fd1cf019e.tar.bz2 glibc-e27871374eda477318f5a694d26cc02fd1cf019e.zip |
x86: Consolidate NPTL/non versions of vfork
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2014-05-14 Roland McGrath <roland@hack.frob.com> + * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>. + (__vfork): Incorporate save/restore of PID from nptl/vfork.S here. + (__libc_vfork): New strong alias. + * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed. + * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed. + + * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>. + (__vfork): Incorporate save/restore of PID from nptl/vfork.S here. + (__libc_vfork): New strong alias. + * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed. + * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed. + * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>. (__vfork): Incorporate save/restore of PID from nptl/vfork.S here. (__libc_vfork): New strong alias. |