-
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
langinfo bindings and defs #248
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
not done yet; I wanted to make sure basic types were correct |
I guess I could test this locally instead of wasting CI cycles 😉 I just figured out how to run the build locally. Silly me! |
@@ -66,6 +66,7 @@ fn main() { | |||
cfg.header("dirent.h"); | |||
if openbsd { | |||
cfg.header("sys/socket.h"); | |||
} else if !netbsd { |
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.
I forgot to remove this.
Thanks! Can you also squash the commits down? Other than that r=me |
ok, @alexcrichton, thanks for your patience. I think we're good to go! |
🔒 Merge conflict |
☔ The latest upstream changes (presumably #246) made this pull request unmergeable. Please resolve the merge conflicts. |
☔ The latest upstream changes (presumably #247) made this pull request unmergeable. Please resolve the merge conflicts. |
There are many constants defined by langinfo, but we have the new types, locale_t and nl_item. We also have several functions, not all of which exist for every platform: nl_langinfo nl_langinfo_l newlocale duplocale freelocale uselocale querylocale
☀️ Test successful - status-appveyor, travis |
No description provided.