mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue