Skip to content
Snippets Groups Projects
Commit a94417f0 authored by Garrett Squire's avatar Garrett Squire
Browse files

add pthread_attr_get_np for NetBSD

parent fab9ea1f
No related branches found
No related tags found
Loading
......@@ -1669,6 +1669,10 @@ extern "C" {
name: *const ::c_char,
arg: *mut ::c_void,
) -> ::c_int;
pub fn pthread_attr_get_np(
thread: ::pthread_t,
attr: *mut ::pthread_attr_t,
) -> ::c_int;
pub fn pthread_getattr_np(
native: ::pthread_t,
attr: *mut ::pthread_attr_t,
......
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