diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-01 04:37:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-01 04:37:37 +0000 |
commit | fa65f066a919519a35011735e481a97e629539a4 (patch) | |
tree | 1e54448693f02caa60777851d4edeb03c84a7d40 /linuxthreads/sysdeps/pthread | |
parent | 973d66e453fc6fed6d1e6b2a36d3e0f3b52ec069 (diff) | |
download | glibc-fa65f066a919519a35011735e481a97e629539a4.zip glibc-fa65f066a919519a35011735e481a97e629539a4.tar.gz glibc-fa65f066a919519a35011735e481a97e629539a4.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/pthread/bits/typesizes.h b/linuxthreads/sysdeps/pthread/bits/typesizes.h index a95c41d..45264ac 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 |