summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/bfin
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-09 12:31:15 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-09 12:31:15 +0100
commit41647059ec1945a258a9ee26638a1c0e4d181eaa (patch)
tree7ebce925a1fcf9d891ab499a2cc4290aaf1f81f9 /libc/sysdeps/linux/bfin
parent51349317457d45038d68464a02e8ccd6a5d4ca8d (diff)
bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'libc/sysdeps/linux/bfin')
-rw-r--r--libc/sysdeps/linux/bfin/bits/kernel_stat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/bfin/bits/kernel_stat.h b/libc/sysdeps/linux/bfin/bits/kernel_stat.h
index b1a3251e5..7700d6109 100644
--- a/libc/sysdeps/linux/bfin/bits/kernel_stat.h
+++ b/libc/sysdeps/linux/bfin/bits/kernel_stat.h
@@ -1,10 +1,6 @@
#ifndef _BITS_STAT_STRUCT_H
#define _BITS_STAT_STRUCT_H
-#ifndef _LIBC
-#error bits/kernel_stat.h is for internal uClibc use only!
-#endif
-
/* This file provides whatever this particular arch's kernel thinks
* struct kernel_stat should look like... It turns out each arch has a
* different opinion on the subject... */