We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1c4062 + f4ab0b1 commit 478f19dCopy full SHA for 478f19d
src/unix/nuttx/mod.rs
@@ -558,7 +558,6 @@ extern "C" {
558
pub fn clock_gettime(clockid: clockid_t, tp: *mut timespec) -> i32;
559
pub fn futimens(fd: i32, times: *const timespec) -> i32;
560
pub fn pthread_condattr_setclock(attr: *mut pthread_condattr_t, clock_id: clockid_t) -> i32;
561
- pub fn pthread_set_name_np(thread: pthread_t, name: *const c_char) -> i32;
562
pub fn pthread_setname_np(thread: pthread_t, name: *const c_char) -> i32;
563
pub fn pthread_getname_np(thread: pthread_t, name: *mut c_char, len: usize) -> i32;
564
pub fn getrandom(buf: *mut c_void, buflen: usize, flags: u32) -> isize;
0 commit comments