mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Fix typo in last change.
This commit is contained in:
parent
a084405777
commit
fbc723bb37
@ -1885,7 +1885,7 @@ save_gaiconf_mtime (const struct stat64 *st)
|
||||
static inline bool
|
||||
check_gaiconf_mtime (const struct stat64 *st)
|
||||
{
|
||||
return st->mtime == gaiconf_mtime;
|
||||
return st->st_mtime == gaiconf_mtime;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user