On Tue, Mar 21, 2006 at 10:59:39AM +1100, Troy Rollo wrote: > Google for these combined with keywords related to Wine didn't show anything, > which surprised me since they seem ideal to solve a number of problems. A > bunch of new calls have been added to the Linux kernel 2.6.16 > <http://lwn.net/Articles/164887/> that are mirrors of the existing system > calls but take a file descriptor for a directory that becomes the base point > for relative paths.
glibc support is needed too, and not a lot of people use glibc 2.4 yet. Oh, and: $ grep futimesat configure.ac libs/port/futimes.c configure.ac: futimesat \ libs/port/futimes.c: return futimesat( fd, NULL, tv ); $ Ciao, Marcus