diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits/msq-pad.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/msq-pad.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/msq-pad.h b/sysdeps/unix/sysv/linux/bits/msq-pad.h index 97dee0beff..53f367dfa2 100644 --- a/sysdeps/unix/sysv/linux/bits/msq-pad.h +++ b/sysdeps/unix/sysv/linux/bits/msq-pad.h @@ -20,12 +20,12 @@ # error "Never use <bits/msq-pad.h> directly; include <sys/msg.h> instead." #endif -#include <bits/wordsize.h> +#include <bits/timesize.h> /* On most architectures, padding goes after time fields for 32-bit systems and is omitted for 64-bit systems. Some architectures pad before time fields instead, or omit padding despite being 32-bit. */ -#define __MSQ_PAD_AFTER_TIME (__WORDSIZE == 32) +#define __MSQ_PAD_AFTER_TIME (__TIMESIZE == 32) #define __MSQ_PAD_BEFORE_TIME 0 |