* sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Use larger of PATH_MAX
authorUlrich Drepper <drepper@redhat.com>
Thu, 4 May 2006 13:50:55 +0000 (13:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 4 May 2006 13:50:55 +0000 (13:50 +0000)
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.

ChangeLog

index 32cbbfe..3c09a3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        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>