aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-19 20:45:18 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-19 20:45:18 +0000
commit144a80a7fb48d0e722efeee47bad418cc155484a (patch)
tree726f4c6e08d4b5eda065cf2416ea21ad4445453d /sysdeps
parentc26b4f64a89c4c48136e77256a84951134f1aae7 (diff)
downloadglibc-144a80a7fb48d0e722efeee47bad418cc155484a.tar
glibc-144a80a7fb48d0e722efeee47bad418cc155484a.tar.gz
glibc-144a80a7fb48d0e722efeee47bad418cc155484a.tar.bz2
glibc-144a80a7fb48d0e722efeee47bad418cc155484a.zip
(__ASSUME_32BITUIDS): HPPA always had them.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/kernel-features.h3
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