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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dd89d6377b..8707a1b262 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,20 @@ 2005-11-09 Ulrich Drepper <drepper@redhat.com> + * 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/generic/check_fds.c (check_one_fd): For writable descriptors, use /dev/full. (__libc_check_standard_fds): Reverse modes so that common operations on the descriptors fail. + * sysdeps/unix/sysv/linux/device-nrs.h: Add info for /dev/full. 2005-11-07 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> |