summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/hppa
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/hppa
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/hppa')
-rw-r--r--libc/sysdeps/linux/hppa/bits/kernel_stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/hppa/bits/kernel_stat.h b/libc/sysdeps/linux/hppa/bits/kernel_stat.h
index d33a7e720..c4432578f 100644
--- a/libc/sysdeps/linux/hppa/bits/kernel_stat.h
+++ b/libc/sysdeps/linux/hppa/bits/kernel_stat.h
@@ -1,8 +1,8 @@
/* Ripped from linux/include/asm-parisc/stat.h
* and renamed 'struct stat' to 'struct kernel_stat' */
-#ifndef _PARISC_STAT_H
-#define _PARISC_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!