Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 253874 | Differences between
and this patch

Collapse All | Expand All

(-)uClibc-0.9.30/libc/sysdeps/linux/i386/bits/kernel_types.h.orig (-2 / +6 lines)
Lines 7-16 Link Here
7
7
8
/* a hack for compiling a 32 bit user space with 64 bit
8
/* a hack for compiling a 32 bit user space with 64 bit
9
 * kernel on x86_64  */
9
 * kernel on x86_64  */
10
#if !defined(__ARCH_I386_POSIX_TYPES_H) && !defined(_ASM_X86_64_POSIX_TYPES_H)
10
#if !defined(__ARCH_I386_POSIX_TYPES_H) && \
11
    !defined(_ASM_X86_64_POSIX_TYPES_H) && \
12
    !defined(_ASM_X86_POSIX_TYPES_32_H) && \
13
    !defined(_ASM_X86_POSIX_TYPES_64_H)
11
#define _ASM_X86_64_POSIX_TYPES_H
14
#define _ASM_X86_64_POSIX_TYPES_H
12
#define __ARCH_I386_POSIX_TYPES_H
15
#define __ARCH_I386_POSIX_TYPES_H
13
16
#define _ASM_X86_POSIX_TYPES_32_H
17
#define _ASM_X86_POSIX_TYPES_64_H
14
typedef unsigned short	__kernel_dev_t;
18
typedef unsigned short	__kernel_dev_t;
15
typedef unsigned long	__kernel_ino_t;
19
typedef unsigned long	__kernel_ino_t;
16
typedef unsigned short	__kernel_mode_t;
20
typedef unsigned short	__kernel_mode_t;

Return to bug 253874