Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uplinux: Replace some FFI definitions with libc imports #80
Conversation
|
|
|
libc 0.2.12 is out so I bumped it and dropped |
11f1f9d
to
d9e2ed0
|
This looks good to me, thanks for doing this, and sorry for the extreme delay in reviewing this. Could you remove all the explicit pointer casts for Thanks (and sorry) again! :) |
|
@emilio no worries about the delay! Re casts, I don't think any of them can be removed. A cast is needed to go from If you do remove them as a followup, please ping me in the PR so I can see what you did! |
|
@kamalmarhubi ok, fair enough :) Thanks again! @bors-servo: r+ |
|
|
linux: Replace some FFI definitions with libc imports
|
|
|
@kamalmarhubi is there any fundamental reason not to move the remaining FFI definitions to libc as well? |
kamalmarhubi commentedJun 9, 2016
No description provided.