Changeset 3267 for trunk/src/kmk/config.h.solaris
- Timestamp:
- Jan 4, 2019, 12:56:16 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/config.h.solaris
r2786 r3267 368 368 369 369 /* Define if struct stat contains a nanoseconds field */ 370 #define ST_MTIM_NSEC tv_nsec 370 #define ST_MTIM_NSEC st_mtim.tv_nsec 371 #define ST_ATIM_NSEC st_atim.tv_nsec 371 372 372 373 /* Define to 1 on System V Release 4. */
Note:
See TracChangeset
for help on using the changeset viewer.