aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-22 06:58:11 +0000
committerRoland McGrath <roland@gnu.org>2006-02-22 06:58:11 +0000
commit11883883a5b9cd7826dfc813a3ec479ead9e4537 (patch)
tree053e60e3ef31fa52f7668a13e39dc6bc72a5aa40 /ChangeLog
parentedb72ee4e5cb2c1067102edabe4137d3f960e521 (diff)
downloadglibc-11883883a5b9cd7826dfc813a3ec479ead9e4537.tar
glibc-11883883a5b9cd7826dfc813a3ec479ead9e4537.tar.gz
glibc-11883883a5b9cd7826dfc813a3ec479ead9e4537.tar.bz2
glibc-11883883a5b9cd7826dfc813a3ec479ead9e4537.zip
[BZ #315]
2004-08-09 Paul Eggert <eggert@cs.ucla.edu> [BZ #315] * manual/memory.texi (Obstacks Data Alignment): The default alignment is not 4: it is enough to hold any type of data. Problem reported by Benno in <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf5d46475e..97670e880b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,14 @@
* sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Update comment, remove
__THROW from epoll_wait, to match .../linux/sys/epoll.h file.
+2004-08-09 Paul Eggert <eggert@cs.ucla.edu>
+
+ [BZ #315]
+ * manual/memory.texi (Obstacks Data Alignment): The default
+ alignment is not 4: it is enough to hold any type of data.
+ Problem reported by Benno in
+ <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
+
2005-11-15 Robert Millan <robertmh@gnu.org>
[BZ #2161]