aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-22 02:55:10 +0000
committerRoland McGrath <roland@gnu.org>2006-02-22 02:55:10 +0000
commit7e583a52d3c0601f51502182dbdced77573e708e (patch)
tree13f2fc3f194bcdae8e8b2589b6d0df75d6e5dce6 /ChangeLog
parent93b94c0412b79a84861f1c2b1d2747d291017d73 (diff)
downloadglibc-7e583a52d3c0601f51502182dbdced77573e708e.tar
glibc-7e583a52d3c0601f51502182dbdced77573e708e.tar.gz
glibc-7e583a52d3c0601f51502182dbdced77573e708e.tar.bz2
glibc-7e583a52d3c0601f51502182dbdced77573e708e.zip
[BZ #2161]
2005-11-15 Robert Millan <robertmh@gnu.org> [BZ #2161] * manual/llio.texi (read, write): Document EINVAL on unaligned access.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9562d4846..70abaed584 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-15 Robert Millan <robertmh@gnu.org>
+
+ [BZ #2161]
+ * manual/llio.texi (read, write): Document EINVAL on unaligned access.
+
2006-02-21 Roland McGrath <roland@redhat.com>
* sysdeps/i386/i686/memset.S: Fix treatment of unaligned pointer.