summaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/pthread
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/sysdeps/pthread
parent973d66e453fc6fed6d1e6b2a36d3e0f3b52ec069 (diff)
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/sysdeps/pthread')
-rw-r--r--linuxthreads/sysdeps/pthread/bits/typesizes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/pthread/bits/typesizes.h b/linuxthreads/sysdeps/pthread/bits/typesizes.h
index a95c41d33e..45264ac9cf 100644
--- a/linuxthreads/sysdeps/pthread/bits/typesizes.h
+++ b/linuxthreads/sysdeps/pthread/bits/typesizes.h
@@ -57,6 +57,7 @@
#define __TIMER_T_TYPE __S32_TYPE
#define __BLKSIZE_T_TYPE __SLONGWORD_TYPE
#define __FSID_T_TYPE struct { int __val[2]; }
+#define __SSIZE_T_TYPE __SWORD_TYPE
/* Number of descriptors that can fit in an `fd_set'. */
#define __FD_SETSIZE 1024