From a0844057776f565316fa56d865266b4995434774 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 17 Aug 2012 11:47:06 -0700 Subject: Fix getaddrinfo for [!_STATBUF_ST_NSEC] case. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 62a6916c93..357287fdfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2012-08-17 Roland McGrath + * sysdeps/posix/getaddrinfo.c + (save_gaiconf_mtime, check_gaiconf_mtime): New functions. + (gaiconf_init, gaiconf_reload): Use them. + [!_STATBUF_ST_NSEC] + (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime): + Define using time_t rather than struct timespec. + * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro. (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier): Macros removed. -- cgit v1.2.3