]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Correctly check for _POSIX_MONOTONIC_CLOCK.
[wget] / src / ChangeLog
index 64e41ce381364c69419bc03d40fa840eea6f50d4..855a59ba63bc1c63a95690efc242aa49bea3767a 100644 (file)
@@ -1,3 +1,9 @@
+2005-04-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ptimer.c (posix_init): Since we allow _POSIX_MONOTONIC_CLOCK==0,
+       it is not enough to check for _POSIX_MONOTONIC_CLOCK-0, we must
+       also check for defined(_POSIX_MONOTONIC_CLOCK).
+
 2005-04-28  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * ftp.c, hash.c, connect.c, host.c, http.c: Remove unreached code,