mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-15 12:33:30 +08:00
Add __SYSCALL_{S,U}LONG_TYPE to hurd typesizes.h
This commit is contained in:
parent
de986b5636
commit
6af6528b3b
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user