mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-15 08:10:17 +02:00
Update gnulib to a3a946f670718d0dee5a7425ad5ac0a29fb46ea1
This fixes https://lists.gnu.org/archive/html/guile-devel/2021-04/msg00009.html
This commit is contained in:
parent
88e7030845
commit
bdb07f8fc7
54 changed files with 1075 additions and 302 deletions
|
@ -117,9 +117,7 @@ link (const char *file1, const char *file2)
|
|||
*p = '\0';
|
||||
if (p != dir && stat (dir, &st) != 0 && errno != EOVERFLOW)
|
||||
{
|
||||
int saved_errno = errno;
|
||||
free (dir);
|
||||
errno = saved_errno;
|
||||
return -1;
|
||||
}
|
||||
free (dir);
|
||||
|
@ -228,9 +226,7 @@ rpl_link (char const *file1, char const *file2)
|
|||
*p = '\0';
|
||||
if (stat (dir, &st) != 0 && errno != EOVERFLOW)
|
||||
{
|
||||
int saved_errno = errno;
|
||||
free (dir);
|
||||
errno = saved_errno;
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue