mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
parent
87b4771d1f
commit
7f7171e68a
@ -2800,6 +2800,7 @@ set_mtime_atime (char *filename,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#if defined (HAVE_UTIMENSAT)
|
||||
res = utimensat (AT_FDCWD, filename, times_n, 0);
|
||||
if (res == -1)
|
||||
{
|
||||
@ -2811,6 +2812,7 @@ set_mtime_atime (char *filename,
|
||||
g_strerror (errsv));
|
||||
return FALSE;
|
||||
}
|
||||
#endif
|
||||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user