diff options
Diffstat (limited to 'bits')
-rw-r--r-- | bits/typesizes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bits/typesizes.h b/bits/typesizes.h index 0c1e39c6a0..ec5853d805 100644 --- a/bits/typesizes.h +++ b/bits/typesizes.h @@ -59,6 +59,7 @@ #define __SSIZE_T_TYPE __SWORD_TYPE #define __SYSCALL_SLONG_TYPE __SLONGWORD_TYPE #define __SYSCALL_ULONG_TYPE __ULONGWORD_TYPE +#define __CPU_MASK_TYPE __ULONGWORD_TYPE #ifdef __LP64__ /* Tell the libc code that off_t and off64_t are actually the same type |