rust-lang / libc

Raw bindings to platform APIs for Rust
https://docs.rs/libc
Apache License 2.0
2.07k stars 1.04k forks source link

Adding constant SOMAXCONN to vxworks #3761

Closed biabbas closed 3 months ago

biabbas commented 3 months ago

Hi all, I'm just adding the SOMAXCONN variable that was missing in the VxWorks Rust libc. I've checked the libraries, and this is the correct value for the constant.

rustbot commented 3 months ago

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) some time within the next two weeks.

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

biabbas commented 3 months ago

Thank you. When will this be reflected in crates.io pulled crate?