diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-20 23:24:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-20 23:24:42 +0000 |
commit | 046f451676fc9ea165b5301ace17f9024ad05ded (patch) | |
tree | 261535ab34517dc477870df25b54ac433b13ea2d /ChangeLog | |
parent | 7a2645e470f1ba61ffdc71584c670dae6bd3d80c (diff) | |
download | glibc-046f451676fc9ea165b5301ace17f9024ad05ded.tar.gz glibc-046f451676fc9ea165b5301ace17f9024ad05ded.tar.xz glibc-046f451676fc9ea165b5301ace17f9024ad05ded.zip |
* io/Makefile (tests): Add tst-symlinkat, tst-linkat, tst-readlinkat,
tst-mkdirat, tst-mknodat, and tst-mkfifoat. * io/tst-mkdirat.c: New file. * io/tst-mknodat.c: New file. * io/tst-mkfifoat.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 5a47303403..4c249e6057 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,11 +3,14 @@ * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Try using the syscall in more cases. - * io/Makefile (tests): Add tst-symlinkat, tst-linkat, and - tst-readlinkat. + * io/Makefile (tests): Add tst-symlinkat, tst-linkat, tst-readlinkat, + tst-mkdirat, tst-mknodat, and tst-mkfifoat. * io/tst-symlinkat.c: New file. * io/tst-linkat.c: New file. * io/tst-readlinkat.c: New file. + * io/tst-mkdirat.c: New file. + * io/tst-mknodat.c: New file. + * io/tst-mkfifoat.c: New file. * dirent/Makefile (tests): Add tst-fdopendir2. * dirent/tst-fdopendir2.c: New file. |