mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
Update libgsystem
This commit is contained in:
parent
c62141004a
commit
3b31f2b4d1
@ -1 +1 @@
|
||||
Subproject commit 020fa7de344d9f10136ae1a3cb9bf6baa868218d
|
||||
Subproject commit 4d7415264738f03e4e72600b24883adc93d7307a
|
@ -1150,7 +1150,7 @@ _ostree_make_temporary_symlink_at (int tmp_dirfd,
|
||||
for (i = 0; i < max_attempts; i++)
|
||||
{
|
||||
g_free (tmpname);
|
||||
tmpname = gsystem_fileutil_gen_tmp_name (NULL, NULL);
|
||||
tmpname = gs_fileutil_gen_tmp_name (NULL, NULL);
|
||||
if (symlinkat (target, tmp_dirfd, tmpname) < 0)
|
||||
{
|
||||
if (errno == EEXIST)
|
||||
|
Loading…
x
Reference in New Issue
Block a user