alpha: Add __SYSCALL_SLONG_TYPE, __SYSCALL_ULONG_TYPE, __FSWORD_T_TYPE

This commit is contained in:
Richard Henderson 2012-05-18 11:35:03 -07:00
parent 3f83552f2c
commit 1d3b830192
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-05-18 Richard Henderson <rth@twiddle.net>
* sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (__FSWORD_T_TYPE,
__SYSCALL_SLONG_TYPE, __SYSCALL_ULONG_TYPE): New.
2012-04-26 Matt Turner <mattst88@gmail.com>
* sysdeps/unix/sysv/linux/alpha/kernel-features.h: Correct kernel

View File

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