We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 650d58e + 4c1d1f8 commit 787420aCopy full SHA for 787420a
src/unix/solaris/mod.rs
@@ -1265,6 +1265,7 @@ extern {
1265
pub fn ioctl(fildes: ::c_int, request: ::c_int, ...) -> ::c_int;
1266
pub fn mprotect(addr: *const ::c_void, len: ::size_t, prot: ::c_int)
1267
-> ::c_int;
1268
+ pub fn ___errno() -> *mut ::c_int;
1269
pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
1270
pub fn clock_gettime(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
1271
pub fn clock_nanosleep(clk_id: ::clockid_t,
0 commit comments