This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Correct ifdef for glibc specific feature. Patch by David Turner <digit@android.com>
AbandonedPublic

Authored by ajwong on Jun 28 2014, 2:06 AM.

Details

Reviewers
mclow.lists
Summary

Fixes compile failure on systems that qualify as "linux" but are not glibc based.

Diff Detail

Event Timeline

ajwong updated this revision to Diff 10960.Jun 28 2014, 2:06 AM
ajwong retitled this revision from to Correct ifdef for glibc specific feature. Patch by David Turner <digit@android.com>.
ajwong updated this object.
ajwong edited the test plan for this revision. (Show Details)
ajwong added a subscriber: Unknown Object (MLST).
ajwong retitled this revision from Correct ifdef for glibc specific feature. Patch by David Turner <digit@android.com> to [libcxx] Correct ifdef for glibc specific feature. Patch by David Turner <digit@android.com>.Jun 28 2014, 2:09 AM

This time I think I got it right. Sorry for the spam.

For Android, this isn't the whole truth. I actually have a patch waiting for review that covers this: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140623/108571.html

ajwong abandoned this revision.Jul 10 2014, 12:47 PM

danablert's change fixed this so closing.