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

Collapse All | Expand All

(-)libc/sysdeps/linux/i386/bits/kernel_types.h_orig (-1 / +2 lines)
Lines 7-15 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) && !defined(_ASM_X86_64_POSIX_TYPES_H) && !defined(_ASM_X86_POSIX_TYPES_32_H)
11
#define _ASM_X86_64_POSIX_TYPES_H
11
#define _ASM_X86_64_POSIX_TYPES_H
12
#define __ARCH_I386_POSIX_TYPES_H
12
#define __ARCH_I386_POSIX_TYPES_H
13
#define _ASM_X86_POSIX_TYPES_32_H
13
14
14
typedef unsigned short	__kernel_dev_t;
15
typedef unsigned short	__kernel_dev_t;
15
typedef unsigned long	__kernel_ino_t;
16
typedef unsigned long	__kernel_ino_t;

Return to bug 211325