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 /io/Versions | |
parent | 06dc5bf35af0b12ff1b62960baf2abb844834e05 (diff) | |
download | glibc-c90c5d4106a2903a40cc3213f8d172e5c6c7ffd6.tar glibc-c90c5d4106a2903a40cc3213f8d172e5c6c7ffd6.tar.gz glibc-c90c5d4106a2903a40cc3213f8d172e5c6c7ffd6.tar.bz2 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 'io/Versions')
-rw-r--r-- | io/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/Versions b/io/Versions index 2f0f94f3bb..8cb1abdb42 100644 --- a/io/Versions +++ b/io/Versions @@ -98,6 +98,7 @@ libc { nftw; nftw64; } GLIBC_2.4 { + fchmodat; fchownat; __fxstatat; __fxstatat64; linkat; |