[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoreconf and aging aclocal input files (was: YYSTYPE_IS_TRIVIAL)
From: |
Paul Eggert |
Subject: |
Re: autoreconf and aging aclocal input files (was: YYSTYPE_IS_TRIVIAL) |
Date: |
Mon, 29 Apr 2002 23:38:36 -0700 (PDT) |
> From: Akim Demaille <address@hidden>
> Date: 29 Apr 2002 15:10:46 +0200
>
> Maybe Perl provides a more fine grained interface for some
> architectures. What should be the C interface for a fine grained
> utime?
There isn't a standard C interface, alas. Neither GNU/Linux nor
Solaris provides one, as far as I know; nor does any other OS that I
know of. Presumably it would be like utime, except it would use
struct timespec for the time stamps.