diff options
author | Roland McGrath <roland@gnu.org> | 2004-09-06 21:31:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-09-06 21:31:44 +0000 |
commit | f2b85a9f1dbf2fd96e1dbb064e3c07d765f3f495 (patch) | |
tree | 4b5a47e71f5a61274e77a12c15628f512c51c75b | |
parent | 584d156836967fea323e773252bec033b3167d3a (diff) | |
download | glibc-f2b85a9f1dbf2fd96e1dbb064e3c07d765f3f495.tar.gz glibc-f2b85a9f1dbf2fd96e1dbb064e3c07d765f3f495.tar.xz glibc-f2b85a9f1dbf2fd96e1dbb064e3c07d765f3f495.zip |
* sysdeps/mach/hurd/dl-sysdep.c (__writev): Does use assert on FD
validity, since __assert_fail gets to here anyway. Just fail.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 478aba47ad..cecab5d646 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-06 Roland McGrath <roland@frob.com> + + * sysdeps/mach/hurd/dl-sysdep.c (__writev): Does use assert on FD + validity, since __assert_fail gets to here anyway. Just fail. + 2004-09-06 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix problem with |