diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-02-27 01:00:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-02-27 01:00:40 +0000 |
commit | 2034622e605665bf29ef93da37a032290c208c01 (patch) | |
tree | ccb086afdb77811bb7cbd516338c5a6d1936be88 | |
parent | b95e415363eafdb25f351cb0ffd5c3fe2c5e702a (diff) | |
download | glibc-2034622e605665bf29ef93da37a032290c208c01.tar.gz glibc-2034622e605665bf29ef93da37a032290c208c01.tar.xz glibc-2034622e605665bf29ef93da37a032290c208c01.zip |
* io/tst-linkat.c (do_test): Pass new parameter to linkat.
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 40c5b56ae3..d7817a0657 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,7 @@ * posix/unistd.h: Add fifth parameter to linkat. * io/linkat.c: Likewise. * sysdeps/unix/sysv/linux/linkat.c: Likewise. + * io/tst-linkat.c (do_test): Pass new parameter to linkat. * elf/do-lookup.h (do_lookup_x): No need to compare SKIP to NULL before comparison with MAP. |