svn commit: [25836] trunk/uClibc/libc/sysdeps/linux/sparc/bits
landley at uclibc.org
landley at uclibc.org
Fri Mar 27 04:03:22 UTC 2009
Author: landley
Date: 2009-03-27 04:03:20 +0000 (Fri, 27 Mar 2009)
New Revision: 25836
Log:
32/64 bit sparc got unified in 2.6.29 the way x86/x86_64 did in 2.6.28.
The new guard symbol is "__SPARC_POSIX_TYPES_H".
Modified:
trunk/uClibc/libc/sysdeps/linux/sparc/bits/kernel_types.h
Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/sparc/bits/kernel_types.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/sparc/bits/kernel_types.h 2009-03-27 02:36:02 UTC (rev 25835)
+++ trunk/uClibc/libc/sysdeps/linux/sparc/bits/kernel_types.h 2009-03-27 04:03:20 UTC (rev 25836)
@@ -4,9 +4,10 @@
* our private content, and not the kernel header, will win.
* -Erik
*/
-#if ! defined __ARCH_SPARC_POSIX_TYPES_H && ! defined __ARCH_SPARC64_POSIX_TYPES_H
+#if ! defined __ARCH_SPARC_POSIX_TYPES_H && ! defined __ARCH_SPARC64_POSIX_TYPES_H && !defined __SPARC_POSIX_TYPES_H
#define __ARCH_SPARC_POSIX_TYPES_H
#define __ARCH_SPARC64_POSIX_TYPES_H
+#define __SPARC_POSIX_TYPES_H
# if __WORDSIZE == 64
typedef unsigned long __kernel_size_t;
More information about the uClibc-cvs
mailing list