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:
parent
b227a44f1a
commit
b01865d73a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user