-
Notifications
You must be signed in to change notification settings - Fork 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
openbsd/netbsd commonize getnameinfo #3822
Conversation
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
(backport <rust-lang#3822>) (cherry picked from commit 5df9fa0)
FYI it not ok on OpenBSD. it fails to pass the test suite:
|
Interesting - per https://man.freebsd.org/cgi/man.cgi?query=getnameinfo&sektion=3&format=html (tested in CI) and https://man.openbsd.org/getnameinfo.3 they have an identical function signature. Is this signature version-dependent? |
the problem is |
ah ok let s just revert it. |
This reverts commit 5df9fa0. The change broke builds for OpenBSD. See discussion at <rust-lang#3822 (comment)>.
This reverts commit 66cdb6b. The change broke builds for OpenBSD. See discussion at <rust-lang#3822 (comment)>. Stable version: <rust-lang#3834>.
This reverts commit 66cdb6b. The change broke builds for OpenBSD. See discussion at <rust-lang#3822 (comment)>. `main` version: <rust-lang#3834>.
No description provided.