1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Doc fix: timegm is not only available on Linux.

This commit is contained in:
hniksic 2005-06-27 06:44:41 -07:00
parent b227a44f1a
commit b01865d73a

View File

@ -1222,8 +1222,8 @@ fnmatch (const char *pattern, const char *string, int flags)
#endif /* not SYSTEM_FNMATCH */
#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.