diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-26 09:30:52 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-26 09:30:52 -0700 |
commit | 39507e4a6c52d67780d194dae8cfb636e2dbb87e (patch) | |
tree | 5ae8ccc03cdac3faea1703c2fdc4bbe774cfd7c6 /ChangeLog | |
parent | e549ee56584d0c25e1f9dfcb6b05947fb3950447 (diff) | |
download | glibc-39507e4a6c52d67780d194dae8cfb636e2dbb87e.tar glibc-39507e4a6c52d67780d194dae8cfb636e2dbb87e.tar.gz glibc-39507e4a6c52d67780d194dae8cfb636e2dbb87e.tar.bz2 glibc-39507e4a6c52d67780d194dae8cfb636e2dbb87e.zip |
S390: Consolidate NPTL/non versions of vfork
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ 2014-06-26 Roland McGrath <roland@hack.frob.com> + * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ... + * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here. + (__libc_vfork): Define the function under this name. + [!NOT_IN_libc] (__vfork): Make this an alias. + [!NOT_IN_libc] (vfork): Conditionalize the weak_alias. + * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ... + * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here. + (__libc_vfork): Define the function under this name. + [!NOT_IN_libc] (__vfork): Make this an alias. + [!NOT_IN_libc] (vfork): Conditionalize the weak_alias. + * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file. + * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed. + * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed. + * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork. + * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise. + * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the code that was previously under [RESET_PID]. * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise. |