Changeset 3282 in kBuild
- Timestamp:
- Jan 5, 2019 12:57:52 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/touch.c
r3248 r3282 69 69 /** Checks an alleged digit. */ 70 70 #define IS_DIGIT(chDigit, uMax) ( ((unsigned)(chDigit) - (unsigned)'0') <= (unsigned)(uMax) ) 71 72 /* Missing config.h bits for high res timestamp. */73 #if FILE_TIMESTAMP_HI_RES74 # ifndef ST_ATIM_NSEC75 # define ST_ATIM_NSEC st_atim.tv_nsec76 # endif77 # ifndef ST_MTIM_NSEC78 # define ST_MTIM_NSEC st_mtim.tv_nsec79 # endif80 #endif81 71 82 72
Note:
See TracChangeset
for help on using the changeset viewer.