summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/cris
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-24 16:10:36 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-24 16:10:36 +0000
commitd8634ea863cbfefc29360b822e80a3cb8a9d2815 (patch)
treeec541beec1a0bb3de562126393418e1349f114a2 /libc/sysdeps/linux/cris
parentdec2c57bbf885133aa3277f1e07143b5e45c06a7 (diff)
Finish up fixing stat and setting various system types.
Diffstat (limited to 'libc/sysdeps/linux/cris')
-rw-r--r--libc/sysdeps/linux/cris/bits/kernel_stat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/cris/bits/kernel_stat.h b/libc/sysdeps/linux/cris/bits/kernel_stat.h
index 38f5036a2..d4be6a64d 100644
--- a/libc/sysdeps/linux/cris/bits/kernel_stat.h
+++ b/libc/sysdeps/linux/cris/bits/kernel_stat.h
@@ -47,7 +47,7 @@ struct kernel_stat64 {
unsigned short st_dev;
unsigned char __pad0[10];
-#define STAT64_HAS_BROKEN_ST_INO 1
+#define _HAVE_STAT64___ST_INO
unsigned long __st_ino;
unsigned int st_mode;