Open josch opened 2 years ago
support glibc 2.34 by wrapping __{f,l,}stat{at,}64_time64 and__utime{nsat,s,}64
These functions are only wrapped on 32 bit platforms like i386, armel or armhf. On 64 bit platforms, the corresponding HAVE_* macros will not be defined.
HAVE_*
closes #107
support glibc 2.34 by wrapping __{f,l,}stat{at,}64_time64 and__utime{nsat,s,}64
These functions are only wrapped on 32 bit platforms like i386, armel or armhf. On 64 bit platforms, the corresponding
HAVE_*
macros will not be defined.closes #107