Remove IS_IN_libc
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 20 Nov 2014 06:51:01 +0000 (12:21 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 24 Nov 2014 06:11:43 +0000 (11:41 +0530)
commit2886d2d14dd7de6339b04505c5d2f9fc5c844751
tree6c41febba9685c8fda144c69db43facca6587bba
parent9a4848572bec992781311995e9e5e46eb226ce97
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).
ChangeLog
include/shlib-compat.h
nss/nss_files/files-parse.c