diff options
author | Roland McGrath <roland@gnu.org> | 2006-01-05 10:32:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-01-05 10:32:47 +0000 |
commit | c90c5d4106a2903a40cc3213f8d172e5c6c7ffd6 (patch) | |
tree | dfe6853619664e591436f68e5a60f9330db82612 /ChangeLog | |
parent | 06dc5bf35af0b12ff1b62960baf2abb844834e05 (diff) | |
download | glibc-c90c5d4106a2903a40cc3213f8d172e5c6c7ffd6.tar.gz glibc-c90c5d4106a2903a40cc3213f8d172e5c6c7ffd6.tar.xz glibc-c90c5d4106a2903a40cc3213f8d172e5c6c7ffd6.zip |
* io/sys/stat.h [__USE_GNU]: Declare fchmodat.
* io/fchmodat.c: New file. * io/Makefile (routines): Add fchmodat. * io/Versions (libc: GLIBC_2.4): Likewise. * sysdeps/unix/sysv/linux/fchmodat.c: New file. * io/tst-fchmodat.c: New file. * io/Makefile (tests): Add it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3bf66a25a8..d982f36962 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-01-05 Roland McGrath <roland@redhat.com> + + * io/sys/stat.h [__USE_GNU]: Declare fchmodat. + * io/fchmodat.c: New file. + * io/Makefile (routines): Add fchmodat. + * io/Versions (libc: GLIBC_2.4): Likewise. + * sysdeps/unix/sysv/linux/fchmodat.c: New file. + * io/tst-fchmodat.c: New file. + * io/Makefile (tests): Add it. + 2006-01-03 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/powerpc32/sysdep.h (ENTRY, EALIGN): Add cfi_startproc |