-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Java additions #936
Java additions #936
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A quick look found some issues. I haven't gone in depth on the structs (but they look correct) or on the sem_trywait()
implementation yet.
2215a53
to
a436fd9
Compare
I changed those, installing the partial linux/input.h header also created build issues. |
321c153
to
a7902dd
Compare
Add IPV6_{RECVTCLASS,TCLASS} and MCAST_{UN,}BLOCK_SOURCE
Add SIOCGIFBRDADDR and SIOCGIFNETMASK ioctls.
Add a name to sigjmp_buf struct, because there are some instances when it being unnamed gives errors.
I removed the hsearch family of functions from this pr in favor of #941. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add prgregset_t, prfregset_t, lwpid_t, psaddr_t and prstatus_t.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now. This should be fine to merge into master instead of abi-break, the detected break is only about renaming a struct.
No description provided.