Changeset 3261 for trunk/src/kmk/config.h.win
- Timestamp:
- Jan 3, 2019, 6:13:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/config.h.win
r3140 r3261 429 429 430 430 /* Define if struct stat contains a nanoseconds field */ 431 #define ST_MTIM_NSEC tv_nsec /* bird */ 431 #define ST_MTIM_NSEC st_mtim.tv_nsec /* bird */ 432 #define ST_ATIM_NSEC st_atim.tv_nsec /* bird */ 432 433 433 434 /* Define to 1 on System V Release 4. */
Note:
See TracChangeset
for help on using the changeset viewer.