Ignore:
Timestamp:
Jan 4, 2019, 12:56:16 AM (7 years ago)
Author:
bird
Message:

kmk/config.h.solaris: stat update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/config.h.solaris

    r2786 r3267  
    368368
    369369/* 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
    371372
    372373/* Define to 1 on System V Release 4. */
Note: See TracChangeset for help on using the changeset viewer.