]> sjero.net Git - wget/blobdiff - src/cmpt.c
[svn] Doc fix: timegm is not only available on Linux.
[wget] / src / cmpt.c
index 9589da868750a3ec400a9fae4d872cb12ad3d901..b8d696e71ef7f24ed444282a1887c4c5ebf9b112 100644 (file)
@@ -1222,8 +1222,8 @@ fnmatch (const char *pattern, const char *string, int flags)
 #endif /* not SYSTEM_FNMATCH */
 \f
 #ifndef HAVE_TIMEGM
-/* timegm is a GNU extension typically unavailable on non-glibc-based
-   platforms. */
+/* timegm is a GNU extension, but lately also available on *BSD and
+   possibly elsewhere. */
 
 /* Inverse of gmtime: converts struct tm to time_t, assuming the data
    in tm is UTC rather than local timezone.