| Age | Commit message (Collapse) | Author |
|
The issue is that when these macros are defined, libcxx
creates inline functions and so we end up with 2 separate
defintions of these functions (one inline in std and one
that is extern "C").
We undef these until libcxx is fixed. Without this,
some things can fail to compile correctly, like
Boost. Fixes issue #1716.
|
|
This is required by xmlvm's hysock which is needed for the
benchmark.test_zzz_java_nbody test.
|
|
This was exposed by the update to musl 0.9.13 which now has a
prototype for this function.
|
|
* gethostbyname_r is now the 6 arg version.
* Make enet use the right code path (this should be upstreamed).
* Add a compat header to make these declarations visible to all without
extra compilation flags.
|
|
|
|
|
|
|
|
|
|
This is groundwork for landing musl includes which remove
some of the deprecated functions or very old BSDisms.
|