We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffba97f commit 585e752Copy full SHA for 585e752
src/unix/bsd/apple/mod.rs
@@ -1984,7 +1984,6 @@ extern {
1984
pub fn aio_cancel(fd: ::c_int, aiocbp: *mut aiocb) -> ::c_int;
1985
pub fn clock_getres(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
1986
pub fn clock_gettime(clk_id: ::clockid_t, tp: *mut ::timespec) -> ::c_int;
1987
- pub fn clock_settime(clk_id: ::clockid_t, tp: *const ::timespec) -> ::c_int;
1988
pub fn lio_listio(mode: ::c_int, aiocb_list: *const *mut aiocb,
1989
nitems: ::c_int, sevp: *mut sigevent) -> ::c_int;
1990
0 commit comments