]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix -Wundef warning in SHLIB_COMPAT
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 21 Aug 2014 05:22:28 +0000 (10:52 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 5 Nov 2014 10:39:39 +0000 (16:09 +0530)
commit3048eb130dcf42893803a5fffa5299b22a31117b
treeca8cdd05131c882c20b9681ed31ff9c74fe3b2f0
parent7f51e884dd4b86c95198a2f0492df33501c44916
Fix -Wundef warning in SHLIB_COMPAT

Replace the IS_IN_##lib with IS_IN(lib).  Verified that the generated
code remains the same.

* include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
include/shlib-compat.h