aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-02-27 00:56:56 +0000
committerUlrich Drepper <drepper@redhat.com>2006-02-27 00:56:56 +0000
commit33e9f5904dd86ed8da768091493a493e76f0bb9b (patch)
tree3d9d30ad1103b603ce7578eeb425591635470400
parent4baf9081f84a7bd5cae359071bcaab275c3cf76e (diff)
downloadglibc-33e9f5904dd86ed8da768091493a493e76f0bb9b.zip
glibc-33e9f5904dd86ed8da768091493a493e76f0bb9b.tar.gz
glibc-33e9f5904dd86ed8da768091493a493e76f0bb9b.tar.bz2
..
* posix/unistd.h: Add fifth parameter to linkat. * io/linkat.c: Likewise. * sysdeps/unix/sysv/linux/linkat.c: Likewise.
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cce04f..40c5b56 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.