Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/posix/
Dgetaddrinfo.c1729 static struct __timespec64 gaiconf_mtime; variable
1734 gaiconf_mtime = (struct __timespec64) { st->st_mtim.tv_sec, in save_gaiconf_mtime()
1741 return (st->st_mtim.tv_sec == gaiconf_mtime.tv_sec in check_gaiconf_mtime()
1742 && st->st_mtim.tv_nsec == gaiconf_mtime.tv_nsec); in check_gaiconf_mtime()
1747 static time_t gaiconf_mtime; variable
1752 gaiconf_mtime = st->st_mtime; in save_gaiconf_mtime()
1758 return st->st_mtime == gaiconf_mtime; in check_gaiconf_mtime()
/glibc-2.36/ChangeLog.old/
DChangeLog.238967 [_STATBUF_ST_NSEC](gaiconf_mtime): Modified.
DChangeLog.1878253 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):