• R
    make fstatat fill in old time32 stat fields too · 0961bb94
    Rich Felker 提交于
    here _REDIR_TIME64 is used as an indication that there's an old ABI,
    and thereby the old time32 timespec fields of struct stat.
    
    keeping struct stat compatible and providing both versions of the
    timespec fields is done so that ftw/nftw does not need painful compat
    shims, and (more importantly) so that similar interfaces between pairs
    of libc consumers (applications/libraries) will be less likely to
    break when one has been rebuilt for time64 but the other has not.
    0961bb94
fstatat.c 3.8 KB