-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
SYS_calls should be bound #121
Comments
Sounds good to me, should be relatively easy enough to add at any time! |
I am willing to take this on. I've been wanting to script getting constants anyway—at least on Linux— and this is a great excuse. |
Also re Linux, I found the easiest place to get the sycall numbers is actually in from musl source, eg:
It'll be worth putting these in a joint musl / other location though. Probably |
For now I'd prefer to just stick with duplication, it's not that hard to have and it presents a much more understandable organization hierarchy |
Sounds good. |
👍 for scripting this and getting consistent, complete coverage. |
@alexcrichton I think this is addressed as there are tons of |
Indeed! |
Since there’s a binding to
syscall
function,SYS_*
constants should also be bound. Perhaps in their own module, since there’s so many of them.The text was updated successfully, but these errors were encountered: