We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this a known limitation?
I first ran into this when using python:
File "selectors.py", line 376, in select OSError: [Errno 52] Function not implemented
Then I confirmed it using cloudlibc-unittests:
$ cloudabi-run /usr/x86_64-unknown-cloudabi/bin/cloudlibc-unittests << EOF > %TAG ! tag:nuxi.nl,2015:cloudabi/ > --- > tmpdir: !file > path: tmp-unittest > logfile: !fd stdout > nthreads: !!int 8 > EOF -> argdata_serialize::seq -> mblen::euro -> fgetpos::eoverflow -> fputws::success -> wcsncpy::example1 -> mbstowcs::zero -> malloc::zero -> poll::file -> twalk::empty -> ntohl::example -> strndup::null Test failed -- Statement: ASSERT_EQ(1, poll(&pfd, 1, -1)) Expected: 1 == 0x1 == (1) Actual: -1 == 0xffffffff == (poll(&pfd, 1, -1)) Location: src/libc/poll/poll_test.c:168 Errno: 52, Function not implemented $ uname -a Linux pav 4.7.0-cloudabi+ #1 SMP Sat Apr 8 10:56:21 CDT 2017 x86_64 x86_64 x86_64 GNU/Linux $ (cd ~/projects/linux-cloudabi/; git log -n1) commit 477884e20e3c68d3524a42864900a5d3bbb0e1b4 Author: Ed Schouten <[email protected]> Date: Sun Feb 26 22:02:46 2017 +0100 Add missing cloudabi_vdso.lds linker script. Reported by: Dan Connolly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a known limitation?
I first ran into this when using python:
Then I confirmed it using cloudlibc-unittests:
The text was updated successfully, but these errors were encountered: