]> sjero.net Git - wget/commitdiff
[svn] Doc fix: timegm is not only available on Linux.
authorhniksic <devnull@localhost>
Mon, 27 Jun 2005 13:44:41 +0000 (06:44 -0700)
committerhniksic <devnull@localhost>
Mon, 27 Jun 2005 13:44:41 +0000 (06:44 -0700)
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.