We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5468f commit 3ffb01cCopy full SHA for 3ffb01c
src/unix/haiku/mod.rs
@@ -1421,6 +1421,8 @@ extern "C" {
1421
attr: *mut pthread_condattr_t,
1422
clock_id: ::clockid_t,
1423
) -> ::c_int;
1424
+ pub fn valloc(numBytes: ::size_t) -> *mut ::c_void;
1425
+ pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t;
1426
pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void;
1427
pub fn setgroups(ngroups: ::c_int, ptr: *const ::gid_t) -> ::c_int;
1428
pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int;
0 commit comments