-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ndefined symbol: sysctl #18858
Comments
(I was confused for a moment when I read this, because I thought we do support it, but I was thinking of |
Hmm, we should probably remove that header, since I don't think we have ever supported that function. The header was added back in 06b2dd8 |
We don't implement sysctl itself so there seem little point in keeping this header around. See #18858
We don't implement sysctl itself so there seem little point in keeping this header around. See #18858
We don't implement sysctl itself so there seem little point in keeping this header around. See #18858
We don't implement sysctl itself so there seem little point in keeping this header around. See emscripten-core#18858
We don't implement sysctl itself so there seem little point in keeping this header around. See emscripten-core#18858
Version of emscripten/emsdk:
Failing command line in full:
Source Code
Command:
emcc hello.c -s WASM=0 -o hello.html
Full link command and output with -v appended:
Output with -v
Besides,if this is the right system library path, I found the definition of sysctl in system/include/compat/sys/sysctl.h. But I'm confused why this function is undefined.
The text was updated successfully, but these errors were encountered: