From eb813ecafa2405e01e33da29d620e5c10ec63d2c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 6 Dec 2006 20:22:42 +0000 Subject: bits/kernel_stat.h is for internal uClibc use only, fix a few other minor include file issues --- libc/sysdeps/linux/microblaze/bits/kernel_stat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/sysdeps/linux/microblaze') diff --git a/libc/sysdeps/linux/microblaze/bits/kernel_stat.h b/libc/sysdeps/linux/microblaze/bits/kernel_stat.h index e8ef01493..248345e8b 100644 --- a/libc/sysdeps/linux/microblaze/bits/kernel_stat.h +++ b/libc/sysdeps/linux/microblaze/bits/kernel_stat.h @@ -3,6 +3,10 @@ #ifndef _BITS_STAT_STRUCT_H #define _BITS_STAT_STRUCT_H +#ifndef _LIBC +#error bits/kernel_stat.h is for internal uClibc use only! +#endif + struct kernel_stat { __kernel_dev_t st_dev; -- cgit v1.2.3