svn commit: trunk/uClibc/libc/sysdeps/linux/mips/bits

andersen at uclibc.org andersen at uclibc.org
Sat Nov 4 19:45:37 UTC 2006


Author: andersen
Date: 2006-11-04 11:45:37 -0800 (Sat, 04 Nov 2006)
New Revision: 16498

Log:
mips64 patch from Atsushi Nemoto:
The kernel include/asm-mips/posix_types.h defines
__kernel_ino_t as unsigned long.


Modified:
   trunk/uClibc/libc/sysdeps/linux/mips/bits/kernel_types.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/mips/bits/kernel_types.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/mips/bits/kernel_types.h	2006-11-04 19:44:51 UTC (rev 16497)
+++ trunk/uClibc/libc/sysdeps/linux/mips/bits/kernel_types.h	2006-11-04 19:45:37 UTC (rev 16498)
@@ -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;




More information about the uClibc-cvs mailing list