Skip to content

Fixed bugs passing NULL to gettimeofday in ldastoolsal

Duncan Macleod requested to merge duncanmmacleod/LDAS_Tools:gettimeofday into master

This MR adds a patch to resolve errors seen building with an old version of glibc (when not linking correctly to librt). I'm not sure if this code is used in practice, as it only seems to exist to cope when clock_gettime isn't there, which it should be pretty universally - maybe not on windows.

Merge request reports

Loading