(__ASSUME_32BITUIDS): HPPA always had them.
authorUlrich Drepper <drepper@redhat.com>
Thu, 19 Apr 2001 20:45:18 +0000 (20:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 19 Apr 2001 20:45:18 +0000 (20:45 +0000)
sysdeps/unix/sysv/linux/kernel-features.h

index a2b4278..9dc2404 100644 (file)
 
 /* 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