aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 32cbbfef7e..3c09a3b6a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -764,8 +764,12 @@
so it uses send and not writev.
[BZ #2418]
- * sysdeps/unix/sysv/linux/bits/socket.h: Use larger of PATH_MAX and
- page size when allocating buffer.
+ * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Use larger of PATH_MAX
+ and page size when allocating buffer.
+
+ * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Document
+ msg_controllen type issue.
+ (struct cmsghdr): Same for cmsg_len.
2006-04-01 Ulrich Drepper <drepper@redhat.com>