Remove more BSD cruft from the public headers.

Change-Id: I1e3097f745b526db448bf72fbc05fb2ba23929a0
This commit is contained in:
Elliott Hughes
2014-12-19 19:30:11 -08:00
parent 7eb9b6c537
commit 998f2d5a50
4 changed files with 8 additions and 51 deletions

View File

@@ -35,6 +35,9 @@
/* Ignore all __weak_alias in OpenBSD. */
#define __weak_alias(alias,sym)
/* Ignore all __warn_references in OpenBSD. */
#define __warn_references(sym,msg)
/* OpenBSD's <ctype.h> uses these names, which conflicted with stlport.
* Additionally, we changed the numeric/digit type from N to D for libcxx.
*/