Fix long line
Lint caught a long line. This should fix the CI failure.
This commit is contained in:
parent
110152c115
commit
2bd6f12241
@ -638,7 +638,8 @@ extern {
|
||||
writefds: *mut fd_set,
|
||||
errorfds: *mut fd_set,
|
||||
timeout: *mut timeval) -> ::c_int;
|
||||
pub fn setlocale(category: ::c_int, locale: *const ::c_char) -> *mut ::c_char;
|
||||
pub fn setlocale(category: ::c_int,
|
||||
locale: *const ::c_char) -> *mut ::c_char;
|
||||
pub fn localeconv() -> *mut lconv;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user