diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-10 00:12:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-10 00:12:21 +0000 |
commit | 4973cbe599b0ddc97306eb8bb23bd2104c89a565 (patch) | |
tree | efb1daac3e5f9e78859ff420722c824569d94fb8 /io/Versions | |
parent | 9f1016c0df0dc9c548700619af7c33f882fc76ed (diff) | |
download | glibc-4973cbe599b0ddc97306eb8bb23bd2104c89a565.tar.gz glibc-4973cbe599b0ddc97306eb8bb23bd2104c89a565.tar.xz glibc-4973cbe599b0ddc97306eb8bb23bd2104c89a565.zip |
* io/fcntl.h: Declare openat and openat64.
* io/Makefile (routines): Add openat and openat64. (tests): Add tst-openat. * io/Versions: Add openat and openat64 for GLIBC_2.4. * sysdeps/generic/openat.c: New file. * sysdeps/generic/openat64.c: New file. * sysdeps/unix/sysv/linux/openat.c: New file. * sysdeps/unix/sysv/linux/openat64.c: New file. * io/tst-openat.c: New file. * sysdeps/unix/sysv/linux/device-nrs.h: Add info for /dev/full.
Diffstat (limited to 'io/Versions')
-rw-r--r-- | io/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/io/Versions b/io/Versions index 5b311ee03b..f5cd8d5148 100644 --- a/io/Versions +++ b/io/Versions @@ -97,4 +97,7 @@ libc { # n* nftw; nftw64; } + GLIBC_2.4 { + openat; openat64; + } } |