| 2453 | if (!statErr) |
| 2454 | { |
| 2455 | struct utimbuf outBuf; |
| 2456 | outBuf.actime = stBuf.st_atime; |
| 2457 | // add ticks so 'make' will recoginze a change |
| 2458 | // Visual Studio 2008 needs more than 1 |
nothing calls this directly
no outgoing calls
no test coverage detected