]> git.pld-linux.org Git - packages/uClibc.git/commitdiff
- fix for unified x86 kernel headers
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Jan 2009 18:52:24 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uClibc-headers.patch -> 1.1

uClibc-headers.patch [new file with mode: 0644]

diff --git a/uClibc-headers.patch b/uClibc-headers.patch
new file mode 100644 (file)
index 0000000..8a3621a
--- /dev/null
@@ -0,0 +1,27 @@
+--- uClibc-0.9.30/libc/sysdeps/linux/i386/bits/kernel_types.h.orig     2008-07-23 13:23:36.000000000 +0200
++++ uClibc-0.9.30/libc/sysdeps/linux/i386/bits/kernel_types.h  2009-01-10 12:14:27.098456370 +0100
+@@ -7,8 +7,10 @@
+ /* a hack for compiling a 32 bit user space with 64 bit
+  * kernel on x86_64  */
+-#if !defined(__ARCH_I386_POSIX_TYPES_H) && !defined(_ASM_X86_64_POSIX_TYPES_H)
++#if !defined(__ARCH_I386_POSIX_TYPES_H) && !defined(_ASM_X86_64_POSIX_TYPES_H) && !defined(_ASM_X86_POSIX_TYPES_32_H) && !defined(_ASM_X86_POSIX_TYPES_64_H)
+ #define _ASM_X86_64_POSIX_TYPES_H
++#define _ASM_X86_POSIX_TYPES_32_H
++#define _ASM_X86_POSIX_TYPES_64_H
+ #define __ARCH_I386_POSIX_TYPES_H
+ typedef unsigned short        __kernel_dev_t;
+--- uClibc-0.9.30/libc/sysdeps/linux/x86_64/bits/kernel_types.h.orig   2008-07-23 13:23:36.000000000 +0200
++++ uClibc-0.9.30/libc/sysdeps/linux/x86_64/bits/kernel_types.h        2009-01-10 12:14:40.298451342 +0100
+@@ -4,8 +4,9 @@
+  * our private content, and not the kernel header, will win.
+  *  -Erik
+  */
+-#ifndef _ASM_X86_64_POSIX_TYPES_H
++#if !defined(_ASM_X86_64_POSIX_TYPES_H) && !defined(_ASM_X86_POSIX_TYPES_64_H)
+ #define _ASM_X86_64_POSIX_TYPES_H
++#define _ASM_X86_POSIX_TYPES_64_H
+ typedef unsigned long __kernel_dev_t;
+ typedef unsigned long __kernel_ino_t;
This page took 0.190595 seconds and 4 git commands to generate.