Skip to content
Snippets Groups Projects
Commit 5399c89f authored by A.J. Gardner's avatar A.J. Gardner
Browse files

Change netbsd link_name for setlocale

parent 5a0c067f
No related branches found
No related tags found
No related merge requests found
......@@ -611,6 +611,7 @@ extern {
writefds: *mut fd_set,
errorfds: *mut fd_set,
timeout: *mut timeval) -> ::c_int;
#[cfg_attr(target_os = "netbsd", link_name = "__setlocale50")]
pub fn setlocale(category: ::c_int,
locale: *const ::c_char) -> *mut ::c_char;
pub fn localeconv() -> *mut lconv;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment