Home
last modified time | relevance | path

Searched refs:utb64 (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dutime.c45 struct __utimbuf64 utb64; in libc_hidden_def() local
49 utb64.actime = (__time64_t) times->actime; in libc_hidden_def()
50 utb64.modtime = (__time64_t) times->modtime; in libc_hidden_def()
53 return __utime64 (file, times ? &utb64 : NULL); in libc_hidden_def()