summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/cris
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-09 12:20:28 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-09 12:20:28 +0100
commit51349317457d45038d68464a02e8ccd6a5d4ca8d (patch)
treed3cc7ab3ce06aa45b5ce771e8f79bf4ca345fea2 /libc/sysdeps/linux/cris
parent117fbd4310fa600d0449d4268b4e6ee833471e1a (diff)
bits/kernel_stat.h: use the same guard on all archs
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'libc/sysdeps/linux/cris')
-rw-r--r--libc/sysdeps/linux/cris/bits/kernel_stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/cris/bits/kernel_stat.h b/libc/sysdeps/linux/cris/bits/kernel_stat.h
index b54f29210..ce22730fb 100644
--- a/libc/sysdeps/linux/cris/bits/kernel_stat.h
+++ b/libc/sysdeps/linux/cris/bits/kernel_stat.h
@@ -1,7 +1,7 @@
/* Taken from linux/include/asm-cris/stat.h */
-#ifndef _CRIS_STAT_H
-#define _CRIS_STAT_H
+#ifndef _BITS_STAT_STRUCT_H
+#define _BITS_STAT_STRUCT_H
#ifndef _LIBC
#error bits/kernel_stat.h is for internal uClibc use only!