Re: [PATCH] High resolution file timestamp support for Mac OSX

2011-11-13 Thread Paul Smith
On Wed, 2011-10-12 at 19:32 +, Troy Runkel wrote: > The GNU make configure script currently doesn’t enable high resolution > file timestamp support for the Mac OSX platform. However, nanosecond > file timestamps are available, they’re just stored in a different > location in the ‘struct stat’

[PATCH] High resolution file timestamp support for Mac OSX

2011-10-12 Thread Troy Runkel
The GNU make configure script currently doesn't enable high resolution file timestamp support for the Mac OSX platform. However, nanosecond file timestamps are available, they're just stored in a different location in the 'struct stat' structure used by the stat() API call (st_mtimespec.tv_nsec