diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-17 11:47:06 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-17 11:47:06 -0700 |
commit | a0844057776f565316fa56d865266b4995434774 (patch) | |
tree | 132432e101b2ce0c2b18a06444aaa50a1fb75978 /ChangeLog | |
parent | 750c1f2a9aefc7b3329283c1b0c95e1a0bb88f14 (diff) | |
download | glibc-a0844057776f565316fa56d865266b4995434774.tar.gz glibc-a0844057776f565316fa56d865266b4995434774.tar.xz glibc-a0844057776f565316fa56d865266b4995434774.zip |
Fix getaddrinfo for [!_STATBUF_ST_NSEC] case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 62a6916c93..357287fdfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2012-08-17 Roland McGrath <roland@hack.frob.com> + * 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. |