To: gdamore at sun.com, Roger.Faulkner at sun.com
Cc: Bart.Smaalders at sun.com, Darrin.Johnson at sun.com,
 Krister.Johansen at sun.com, Pavel.Filipensky at sun.com, psarc-ext at sun.com
Subject: Re: PSARC/2009/453 - futimens, utimensat

"Garrett D'Amore" <gdamore at sun.com> wrote:

> An obvious +1.  Thanks!
>
>     - Garrett
>
> Roger A. Faulkner wrote:
> > I am sponsoring this automatic case for myself.
> >
> > 1.  Introduction
> >
> >     This case adds two new functions to the C library,
> >     futimens() and utimensat(), as follows:
> >
> >        #include <sys/stat.h>
> >
> >        int futimens(int fd, const struct timespec times[2]);
> >
> >        int utimensat(int fd, const char *path,
> >             const struct timespec times[2], int flag);

In order to allow programs like star to be able to work correctly, we yould 
also need to have a pathconf()/fpathconf() call to retrieve the _actual_
resolution of a filesystem.

J?rg

-- 
 EMail:joerg at schily.isdn.cs.tu-berlin.de (home) J?rg Schilling D-13353 Berlin
       js at cs.tu-berlin.de                (uni)  
       joerg.schilling at fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

Reply via email to