]> git.ipfire.org Git - thirdparty/glibc.git/commit
Use IS_IN internally only siddhesh/is_in_module
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 1 Sep 2014 17:25:04 +0000 (22:55 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 5 Nov 2014 10:48:54 +0000 (16:18 +0530)
commit06195e5139c9136ed81c299562395a9f9f9f64df
treefcc2a1aab6fb82d21526ade637105e4c70d5a906
parent0c2927d48f779aec107def1e3ee47adf54fefc8d
Use IS_IN internally only

This change is only useful for the conformance tests since the headers
changed are not installed.  The conformance tests fail due to IS_IN
not being defined, so wrap it with a check to make sure that _ISOMAC
is defined.

* include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
defined.
* include/mqueue.h: Likewise.
* include/stdlib.h: Likewise.
include/bits/stdlib-float.h
include/mqueue.h