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

Add __errno_location

parent 9f913e08
No related branches found
No related tags found
No related merge requests found
......@@ -1081,6 +1081,8 @@ extern "C" {
flags: ::c_int,
) -> ::ssize_t;
pub fn __errno_location() -> *mut ::c_int;
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