Skip to content
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

Add fcntl.h header #132

Closed
willdurand opened this issue Dec 7, 2020 · 0 comments · Fixed by #134
Closed

Add fcntl.h header #132

willdurand opened this issue Dec 7, 2020 · 0 comments · Fixed by #134

Comments

@willdurand
Copy link
Owner

The fcntl.h header is often used in existing programs/libs. The kernel does not provide it but given that we provide unix-like open, read, write, close functions, we might want to have it. We could only define the constants we want to support for now (O_*).

This was referenced Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant