From 32644f78992f912196bf0a8a308b1dd8f8847dfe Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 26 Aug 2002 17:13:30 +0000 Subject: Make bits/kernel_types.h include guard names match the include guard names used by the kernel's asm/posix_types.h to eliminate gratuitous conflicts and let our file win over the very-likely- to-be-broken kernel header file. -Erik --- libc/sysdeps/linux/v850/bits/kernel_types.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/sysdeps/linux/v850/bits/kernel_types.h') diff --git a/libc/sysdeps/linux/v850/bits/kernel_types.h b/libc/sysdeps/linux/v850/bits/kernel_types.h index a6514ad26..6668d38b9 100644 --- a/libc/sysdeps/linux/v850/bits/kernel_types.h +++ b/libc/sysdeps/linux/v850/bits/kernel_types.h @@ -10,6 +10,8 @@ * * Written by Miles Bader */ +#ifndef __ASM_V850_POSIX_TYPES_H +#define __ASM_V850_POSIX_TYPES_H typedef unsigned int __kernel_dev_t; typedef unsigned long __kernel_ino_t; @@ -39,3 +41,5 @@ typedef unsigned short __kernel_old_gid_t; #ifdef __GNUC__ typedef long long __kernel_loff_t; #endif + +#endif /* __ASM_V850_POSIX_TYPES_H */ -- cgit v1.2.3