From 1db5f0190e8909b8bdd5543e10aa03c056395ee5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 29 Jul 2005 22:14:34 +0000 Subject: remove outdated comment and announce support for nanoseconds --- libc/sysdeps/linux/arm/bits/kernel_stat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc') 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]; -- cgit v1.2.3