summaryrefslogtreecommitdiff
path: root/io/Versions
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-05 10:32:47 +0000
committerRoland McGrath <roland@gnu.org>2006-01-05 10:32:47 +0000
commitc90c5d4106a2903a40cc3213f8d172e5c6c7ffd6 (patch)
treedfe6853619664e591436f68e5a60f9330db82612 /io/Versions
parent06dc5bf35af0b12ff1b62960baf2abb844834e05 (diff)
* 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/Versions1
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;