aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-parisc/posix_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-parisc/posix_types.h')
-rw-r--r--include/asm-parisc/posix_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-parisc/posix_types.h b/include/asm-parisc/posix_types.h
index 9b19970de619..b634e3c47fdc 100644
--- a/include/asm-parisc/posix_types.h
+++ b/include/asm-parisc/posix_types.h
@@ -20,7 +20,7 @@ typedef int __kernel_timer_t;
typedef int __kernel_clockid_t;
typedef int __kernel_daddr_t;
/* Note these change from narrow to wide kernels */
-#ifdef __LP64__
+#ifdef CONFIG_64BIT
typedef unsigned long __kernel_size_t;
typedef long __kernel_ssize_t;
typedef long __kernel_ptrdiff_t;