linux-generic: fix typesizes.h to match recent core changes

Remove __SNSECONDS_T_TYPE; add __SYSCALL_{S,U}LONG_TYPE.
This commit is contained in:
Chris Metcalf 2012-05-16 09:28:31 -04:00
parent f136e4df5d
commit a110b27ee2
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-05-16 Chris Metcalf <cmetcalf@tilera.com>
* sysdeps/unix/sysv/linux/generic/bits/typesizes.h:
Remove now-unused __SNSECONDS_T_TYPE, and add new
__SYSCALL_ULONG_TYPE and __SYSCALL_SLONG_TYPE types.
2012-05-14 Chris Metcalf <cmetcalf@tilera.com>
* sysdeps/unix/sysv/linux/generic/bits/stat.h,

View File

@ -58,7 +58,8 @@
#define __BLKSIZE_T_TYPE __S32_TYPE
#define __FSID_T_TYPE struct { int __val[2]; }
#define __SSIZE_T_TYPE __SWORD_TYPE
#define __SNSECONDS_T_TYPE __SLONGWORD_TYPE
#define __SYSCALL_SLONG_TYPE __SLONGWORD_TYPE
#define __SYSCALL_ULONG_TYPE __ULONGWORD_TYPE
/* Number of descriptors that can fit in an `fd_set'. */
#define __FD_SETSIZE 1024