summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-11-04 19:45:37 +0000
committerEric Andersen <andersen@codepoet.org>2006-11-04 19:45:37 +0000
commitc2ed9615f7580f090a0dc9bdff75e5f612ef01f3 (patch)
tree98a11393d99b796d12f5e5e54020d3cb4a2affa7 /libc
parentba60a67e5d2241afc39344e6a29aea706fa7f4d3 (diff)
mips64 patch from Atsushi Nemoto:
The kernel include/asm-mips/posix_types.h defines __kernel_ino_t as unsigned long.
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/mips/bits/kernel_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/bits/kernel_types.h b/libc/sysdeps/linux/mips/bits/kernel_types.h
index f23b24874..b7e61bd6b 100644
--- a/libc/sysdeps/linux/mips/bits/kernel_types.h
+++ b/libc/sysdeps/linux/mips/bits/kernel_types.h
@@ -9,7 +9,7 @@
# if __WORDSIZE == 64
typedef unsigned int __kernel_dev_t;
-typedef unsigned int __kernel_ino_t;
+typedef unsigned long __kernel_ino_t;
typedef unsigned int __kernel_mode_t;
typedef unsigned int __kernel_nlink_t;
typedef long __kernel_off_t;