summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-10-08 14:18:57 +0000
committerJakub Jelinek <jakub@redhat.com>2006-10-08 14:18:57 +0000
commit8b6256b34923f0ad719179285676e84143eeb2c8 (patch)
tree97e67f1961f76b87a7594c59604f7af04ba6b87b /nptl/ChangeLog
parent59b07959002ecb4367bf1245ebbb6122edc37e31 (diff)
2006-10-08 Jakub Jelinek <jakub@redhat.com>cvs/fedora-glibc-2_5-3
* sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: New file. * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: New file. 2006-10-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: New file.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 8024bd302c..4a22f0e75c 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,13 @@
+2006-10-08 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: New file.
+ * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
+ New file.
+
+2006-10-07 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: New file.
+
2006-09-24 Ulrich Drepper <drepper@redhat.com>
[BZ #3251]