remove memfd_create

This commit is contained in:
gnzlbg 2018-02-01 14:42:49 +01:00
parent c099bb9ba3
commit ea58a8cb59

View file

@ -612,7 +612,6 @@ extern {
pub fn sched_getcpu() -> ::c_int;
pub fn mallinfo() -> ::mallinfo;
pub fn malloc_usable_size(ptr: *mut ::c_void) -> ::size_t;
pub fn memfd_create(name: *const c_char, flags: ::c_uint) -> ::c_int;
pub fn getauxval(type_: ::c_ulong) -> ::c_ulong;
}