summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/bits/kernel_stat.h
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-07-30 01:56:45 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-07-30 01:56:45 +0000
commit04ab95efe9d498e9ac07a37c80b80b6f267ddcf0 (patch)
tree57ca40d5c9c1efa6025867cca1d1572a15f1eac6 /libc/sysdeps/linux/arm/bits/kernel_stat.h
parentb87804d0362d55f8a0291595036ebfccf5b1a59f (diff)
downloaduClibc-alpine-04ab95efe9d498e9ac07a37c80b80b6f267ddcf0.tar.bz2
uClibc-alpine-04ab95efe9d498e9ac07a37c80b80b6f267ddcf0.tar.xz
More merges with main trunk.
Diffstat (limited to 'libc/sysdeps/linux/arm/bits/kernel_stat.h')
-rw-r--r--libc/sysdeps/linux/arm/bits/kernel_stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/arm/bits/kernel_stat.h b/libc/sysdeps/linux/arm/bits/kernel_stat.h
index 70d268c19..fce8a4209 100644
--- a/libc/sysdeps/linux/arm/bits/kernel_stat.h
+++ b/libc/sysdeps/linux/arm/bits/kernel_stat.h
@@ -5,6 +5,8 @@
* struct kernel_stat should look like... It turns out each arch has a
* different opinion on the subject... */
+#define STAT_HAVE_NSEC 1
+
struct kernel_stat {
#if defined(__ARMEB__)
unsigned short st_dev;
@@ -36,8 +38,6 @@ struct kernel_stat {
unsigned long __unused5;
};
-/* see the notes in common/xstatconv.c about why we have these
- * funky funk unions here ... i blame the schools */
struct kernel_stat64 {
unsigned long long st_dev;
unsigned char __pad0[4];