diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-01 10:42:38 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-01 10:42:38 -0700 |
commit | cd97c9668814f7ec6d03e3c7e3653a92b97651e6 (patch) | |
tree | 80a8a9a6db13853b00be0380616f6127b4ab1556 /ChangeLog | |
parent | 09c0ee5f8c2e52ff64347c39a586e8a23b9421e5 (diff) | |
download | glibc-cd97c9668814f7ec6d03e3c7e3653a92b97651e6.zip glibc-cd97c9668814f7ec6d03e3c7e3653a92b97651e6.tar.gz glibc-cd97c9668814f7ec6d03e3c7e3653a92b97651e6.tar.bz2 |
Clean up mkstemp64/mkostemp64 for O_LARGEFILE==0.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ 2012-08-01 Roland McGrath <roland@hack.frob.com> + * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]: + Define mkstemp64 as an alias. + * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]: + Define mkostemp64 as an alias. + * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]: + Conditionalize body on this. + * misc/mkostemp64.c: Likewise. + * sysdeps/wordsize-64/mkstemp64.c: File removed. + * sysdeps/wordsize-64/mkostemp64.c: File removed. + * sysdeps/wordsize-64/mkostemp.c: File removed. + * sysdeps/wordsize-64/mkstemp.c: File removed. + * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed. + * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed. + * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed. + * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed. + [BZ #14138] * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line. * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed. |