Skip to content
Snippets Groups Projects
Commit 28439566 authored by felixmoebius's avatar felixmoebius
Browse files

dirent

parent a21462ed
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ s_no_extra_traits! {
pub d_ino: ::ino_t,
pub d_off: ::off_t,
pub d_reclen: u16,
pub d_dtype: u8,
pub d_type: u8,
pub d_name: [::c_char; 256],
}
......@@ -1051,7 +1051,7 @@ extern "C" {
iov: *const ::iovec,
iovcnt: ::c_int,
) -> ::ssize_t;
pub fn pthread_set_name_np(tid: ::pthread_t, name: *const ::c_char);
pub fn pthread_condattr_getclock(
......
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