VirtualBox

Changeset 3282 in kBuild


Ignore:
Timestamp:
Jan 5, 2019 12:57:52 AM (6 years ago)
Author:
bird
Message:

kmk_touch: Drop nsec stat timestamp kludge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/touch.c

    r3248 r3282  
    6969/** Checks an alleged digit. */
    7070#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_RES
    74 # ifndef ST_ATIM_NSEC
    75 #  define ST_ATIM_NSEC st_atim.tv_nsec
    76 # endif
    77 # ifndef ST_MTIM_NSEC
    78 #  define ST_MTIM_NSEC st_mtim.tv_nsec
    79 # endif
    80 #endif
    8171
    8272
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette