aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-08-01 04:37:37 +0000
committerUlrich Drepper <drepper@redhat.com>2003-08-01 04:37:37 +0000
commitfa65f066a919519a35011735e481a97e629539a4 (patch)
tree1e54448693f02caa60777851d4edeb03c84a7d40 /linuxthreads/ChangeLog
parent973d66e453fc6fed6d1e6b2a36d3e0f3b52ec069 (diff)
downloadglibc-fa65f066a919519a35011735e481a97e629539a4.tar.xz
glibc-fa65f066a919519a35011735e481a97e629539a4.zip
Update.
* sysdeps/pthread/bits/typesizes.h (__SSIZE_T_TYPE): Define. * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__SSIZE_T_TYPE): Likewise. * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__SSIZE_T_TYPE): Likewise. * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: New file.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 63de21246d..e93d24307c 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,12 @@
2003-07-31 Jakub Jelinek <jakub@redhat.com>
+ * sysdeps/pthread/bits/typesizes.h (__SSIZE_T_TYPE): Define.
+ * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__SSIZE_T_TYPE):
+ Likewise.
+ * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h (__SSIZE_T_TYPE):
+ Likewise.
+ * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: New file.
+
* sysdeps/pthread/pthread.h (pthread_attr_setstackaddr,
pthread_attr_setstacksize): Change PTHREAD_STACK_SIZE to
PTHREAD_STACK_MIN in comments.