(__SSIZE_T_TYPE): Define.

This commit is contained in:
Ulrich Drepper 2003-07-31 19:34:16 +00:00
parent ab69220d3c
commit 591ef241f8

View File

@ -57,6 +57,7 @@
#define __TIMER_T_TYPE void *
#define __BLKSIZE_T_TYPE __U32_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