From fb431262c12a8e2630225518300a4e1e0c4e918b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 27 Aug 2013 11:04:46 -0700 Subject: Clean up _res declaration to use __thread unconditionally. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e73a301361..d5fc59bd79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2013-08-27 Roland McGrath + * include/resolv.h [_RESOLV_H_]: + Don't include . + (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT]. + * resolv/res_libc.c: Don't include . + (_res): Use __attribute__ ((nocommon)) in place of + __attribute__ ((section (".bss"))). + * Makefile ($(common-objpfx)linkobj/libc_pic.a): If [sunrpc not in $(subdirs)], define to use libc_pic.a directly. -- cgit 1.4.1