Attention is currently required from: pespin.
1 comment:
Patchset:
I'm waiting for this information before continuing with the review.
There is actually no build-time or runtime failure with netns.c on Emscripten.
Emscripten is able to compile it just fine.
The issue was that netns.c used to be excluded unconditionally by
`#if defined(__linux__)`, so it was never built for Emscripten at all.
The change moves that decision to configure time (`USE_NETNS`), so the file
can be built when the target supports it, instead of being hard-wired to
__linux__.
To view, visit change 41878. To unsubscribe, or for help writing mail filters, visit settings.