diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-19 20:45:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-19 20:45:18 +0000 |
commit | 144a80a7fb48d0e722efeee47bad418cc155484a (patch) | |
tree | 726f4c6e08d4b5eda065cf2416ea21ad4445453d /sysdeps/unix/sysv/linux/kernel-features.h | |
parent | c26b4f64a89c4c48136e77256a84951134f1aae7 (diff) | |
download | glibc-144a80a7fb48d0e722efeee47bad418cc155484a.tar.gz glibc-144a80a7fb48d0e722efeee47bad418cc155484a.tar.xz glibc-144a80a7fb48d0e722efeee47bad418cc155484a.zip |
(__ASSUME_32BITUIDS): HPPA always had them.
Diffstat (limited to 'sysdeps/unix/sysv/linux/kernel-features.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index a2b4278169..9dc2404019 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -112,7 +112,8 @@ /* Linux 2.3.39 introduced 32bit UID/GIDs and IPC64. Some platforms had 32 bit type all along. */ -#if __LINUX_KERNEL_VERSION >= 131879 || defined __powerpc__ || defined __mips__ +#if __LINUX_KERNEL_VERSION >= 131879 || defined __powerpc__ \ + || defined __mips__ || defined __hppa__ # define __ASSUME_32BITUIDS 1 # ifndef __powerpc__ # define __ASSUME_IPC64 1 |