aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-11-14 10:49:33 +0000
committerAndreas Schwab <schwab@suse.de>2002-11-14 10:49:33 +0000
commit29923dfd15dcda91eec6f94c1b4f38de65fdb4e6 (patch)
tree9ccd0a875070a5a55b948589e3b81e91e6101e10 /linuxthreads
parente46ca00258f9cfeeec2e00968affbcf1c67a7a89 (diff)
downloadglibc-29923dfd15dcda91eec6f94c1b4f38de65fdb4e6.tar
glibc-29923dfd15dcda91eec6f94c1b4f38de65fdb4e6.tar.gz
glibc-29923dfd15dcda91eec6f94c1b4f38de65fdb4e6.tar.bz2
glibc-29923dfd15dcda91eec6f94c1b4f38de65fdb4e6.zip
* sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Fix unterminated
string.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index fc48b50b78..77b40b35c1 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-14 Andreas Schwab <schwab@suse.de>
+
+ * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Fix unterminated
+ string.
+
2002-11-13 Roland McGrath <roland@redhat.com>
* Examples/ex6.c (main): Improve error reporting.