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 db71a57 commit dee57aaCopy full SHA for dee57aa
src/unix/linux_like/android/mod.rs
@@ -2823,6 +2823,8 @@ extern "C" {
2823
pub fn regfree(preg: *mut ::regex_t);
2824
2825
pub fn android_set_abort_message(msg: *const ::c_char);
2826
+
2827
+ pub fn memfd_create(name: *const ::c_char, flags: ::c_uint) -> ::c_int ;
2828
}
2829
2830
cfg_if! {
src/unix/linux_like/linux/mod.rs
@@ -3591,6 +3591,8 @@ extern "C" {
3591
outbytesleft: *mut ::size_t,
3592
) -> ::size_t;
3593
pub fn iconv_close(cd: iconv_t) -> ::c_int;
3594
3595
3596
3597
3598
0 commit comments