Fixed bugs passing NULL to gettimeofday in ldastoolsal
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.