Re: [QUESTION] file access time in millisecond?

From: Jeff Chua
Date: Mon Feb 12 2007 - 04:52:27 EST


On 12 Feb 2007 10:02:28 +0100, Andi Kleen <ak@xxxxxxx> wrote:

> stat() returns time in seconds,

Not correct (at least for glibc stat). It supports nanoseconds these days,
although not all file systems (including ext3) do yet.

I'm using gcc-3.4.5, and glibc-2.3.6. Don't think 2.3.6 stat() support
that ... at least the man page doesn't indicate so.

Does that mean it's time to upgrade to glibc-2.5? or what's version
should I use?

I'm worry it'll break oracle, cups, mozilla or something else.

Thanks,
Jeff.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/