From 2886d2d14dd7de6339b04505c5d2f9fc5c844751 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 20 Nov 2014 12:21:01 +0530 Subject: Remove IS_IN_libc Replace it with IS_IN (libc) and remove the one place that it is defined in. The generated code remains unchanged on x86_64. * include/shlib-compat.h [!NOT_IN_libc]: Remove. * nss/nss_files/files-parse.c (IS_IN_libc): Replace with IS_IN (libc). --- include/shlib-compat.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/shlib-compat.h b/include/shlib-compat.h index 30804d3..062da8d 100644 --- a/include/shlib-compat.h +++ b/include/shlib-compat.h @@ -45,10 +45,6 @@ && (!(ABI_##lib##_##obsoleted - 0) \ || ((ABI_##lib##_##introduced - 0) < (ABI_##lib##_##obsoleted - 0)))) -# ifndef NOT_IN_libc -# define IS_IN_libc 1 -# endif - /* That header also defines symbols like `VERSION_libm_GLIBC_2_1' to the version set name to use for e.g. symbols first introduced into libm in the GLIBC_2.1 version. Definitions of symbols with explicit -- cgit v1.1