diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-02-27 00:56:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-02-27 00:56:56 +0000 |
commit | 33e9f5904dd86ed8da768091493a493e76f0bb9b (patch) | |
tree | 3d9d30ad1103b603ce7578eeb425591635470400 | |
parent | 4baf9081f84a7bd5cae359071bcaab275c3cf76e (diff) | |
download | glibc-33e9f5904dd86ed8da768091493a493e76f0bb9b.tar.gz glibc-33e9f5904dd86ed8da768091493a493e76f0bb9b.tar.xz glibc-33e9f5904dd86ed8da768091493a493e76f0bb9b.zip |
..
* posix/unistd.h: Add fifth parameter to linkat. * io/linkat.c: Likewise. * sysdeps/unix/sysv/linux/linkat.c: Likewise.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2cce04f278..40c5b56ae3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,10 @@ 2006-02-26 Ulrich Drepper <drepper@redhat.com> + * posix/unistd.h: Add fifth parameter to linkat. + * io/linkat.c: Likewise. + * sysdeps/unix/sysv/linux/linkat.c: Likewise. + * elf/do-lookup.h (do_lookup_x): No need to compare SKIP to NULL before comparison with MAP. |