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/unix/sysv/linux/sparc/bits | |
parent | 973d66e453fc6fed6d1e6b2a36d3e0f3b52ec069 (diff) | |
download | glibc-fa65f066a919519a35011735e481a97e629539a4.tar.gz glibc-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/sysdeps/unix/sysv/linux/sparc/bits')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/sparc/bits/typesizes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/sparc/bits/typesizes.h b/linuxthreads/sysdeps/unix/sysv/linux/sparc/bits/typesizes.h index 71b88986ee..7e4253789c 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/sparc/bits/typesizes.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/sparc/bits/typesizes.h @@ -1,5 +1,5 @@ /* bits/typesizes.h -- underlying types for *_t. Linux/SPARC version. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -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 |