mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
hurd: Make timer_t pointer-sized
This ensures that a timer_t value can be cast to struct timer_node * and back. Signed-off-by: Sergey Bugaev <bugaevc@gmail.com> Message-Id: <20230218203717.373211-5-bugaevc@gmail.com>
This commit is contained in:
parent
80c2c1432d
commit
ee10f5dfd8
@ -54,7 +54,7 @@
|
||||
#define __DADDR_T_TYPE __S32_TYPE
|
||||
#define __KEY_T_TYPE __S32_TYPE
|
||||
#define __CLOCKID_T_TYPE __S32_TYPE
|
||||
#define __TIMER_T_TYPE __S32_TYPE
|
||||
#define __TIMER_T_TYPE __UWORD_TYPE
|
||||
#define __BLKSIZE_T_TYPE __SLONGWORD_TYPE
|
||||
#define __FSID_T_TYPE __UQUAD_TYPE
|
||||
#define __SSIZE_T_TYPE __SWORD_TYPE
|
||||
|
Loading…
Reference in New Issue
Block a user