mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-23 20:05:32 +02:00
Use Gnulib's `stat-time' module; update Gnulib.
This updates Gnulib files to v0.0-4207-gc82b481. * m4/gnulib-cache.m4: Add `stat-time'.
This commit is contained in:
parent
fb0b64c12a
commit
9157d90102
49 changed files with 1230 additions and 682 deletions
|
@ -32,7 +32,9 @@ locale_t
|
|||
rpl_duplocale (locale_t locale)
|
||||
{
|
||||
/* Work around crash in the duplocale function in glibc < 2.12.
|
||||
See <http://sourceware.org/bugzilla/show_bug.cgi?id=10969>. */
|
||||
See <http://sourceware.org/bugzilla/show_bug.cgi?id=10969>.
|
||||
Also, on AIX 7.1, duplocale(LC_GLOBAL_LOCALE) returns (locale_t)0 with
|
||||
errno set to EINVAL. */
|
||||
if (locale == LC_GLOBAL_LOCALE)
|
||||
{
|
||||
/* Create a copy of the locale by fetching the name of each locale
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue