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
#include <stdio.h> int main() { char c; c = getchar(); return 0; }
The text was updated successfully, but these errors were encountered:
The issue happens after applying the following commit: ea15 (HEAD) unistd/file: provide safe write/read/open/close functions
Sorry, something went wrong.
Seems to be fixed by @ziemleszcz in phoenix-rtos/libphoenix#376
Shall we close it?
The mentioned PR is not yet merged and the issue still persists on master so please keep it open.
The PR doesn't yet fix all of the issues, so it's not merge-ready.
lukileczo
No branches or pull requests
The text was updated successfully, but these errors were encountered: