diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-05-10 14:50:14 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-10 15:57:24 -0700 |
commit | be971a2b1c7828d94c41edd5cd22c1d9dcef1b6e (patch) | |
tree | 6b30a52fdbc036f34167cb1cbf1236a0e792d022 /ChangeLog | |
parent | 37233df9d1fa7a1a6ff3a72ce4f642b1a96de9ca (diff) | |
download | glibc-be971a2b1c7828d94c41edd5cd22c1d9dcef1b6e.tar.gz glibc-be971a2b1c7828d94c41edd5cd22c1d9dcef1b6e.tar.xz glibc-be971a2b1c7828d94c41edd5cd22c1d9dcef1b6e.zip |
Hurd: libc_once_get
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 279fbd6b3c..fea15ee5dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2012-05-10 Thomas Schwinge <thomas@schwinge.name> + [BZ #3748] + * bits/libc-lock.h (__libc_once_get): New macro. + * sysdeps/mach/bits/libc-lock.h: Likewise. + * sysdeps/mach/hurd/bits/libc-lock.h: Likewise. + * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get + instead of using implementation details. + * libio/fileops.c: Unconditionally include <kernel-features.h>. * libio/freopen.c: Likewise. * libio/freopen64.c: Likewise. |