[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: utime()



Good point -- we do need a way to implement Posix utime(). It's something
I overlooked when designing the file system interface, and unfortunately
you're right when you say that now is not a good time to be adding
new system calls or changing the interface between the kernel and the
file system :-(. So a new Fcntl is definitely the best way to go.
If we all can agree on a standard I'd be happy to include it in the
MiNT documentation.

Regards,
Eric