aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-17 11:49:00 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-17 11:49:00 -0700
commitfbc723bb37277ad78972c3327dad44a994ab7a0b (patch)
treee114007b321cab04dc5a7ae7552eb647bb033c8f /sysdeps/posix
parenta0844057776f565316fa56d865266b4995434774 (diff)
downloadglibc-fbc723bb37277ad78972c3327dad44a994ab7a0b.zip
glibc-fbc723bb37277ad78972c3327dad44a994ab7a0b.tar.gz
glibc-fbc723bb37277ad78972c3327dad44a994ab7a0b.tar.bz2
Fix typo in last change.
Diffstat (limited to 'sysdeps/posix')
-rw-r--r--sysdeps/posix/getaddrinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/posix/getaddrinfo.c b/sysdeps/posix/getaddrinfo.c
index 2638736..81e928a 100644
--- a/sysdeps/posix/getaddrinfo.c
+++ b/sysdeps/posix/getaddrinfo.c
@@ -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