mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
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:
parent
f136e4df5d
commit
a110b27ee2
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user