Add __SYSCALL_{S,U}LONG_TYPE to hurd typesizes.h

This commit is contained in:
H.J. Lu 2012-05-15 17:54:06 -07:00
parent de986b5636
commit 6af6528b3b
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/mach/hurd/bits/typesizes.h
(__SYSCALL_SLONG_TYPE): New macro.
(__SYSCALL_ULONG_TYPE): Likewise.
2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
* bits/types.h (__syscall_slong_t): New type.

View File

@ -58,6 +58,8 @@
#define __FSID_T_TYPE __UQUAD_TYPE
#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 256