Skip to content
Snippets Groups Projects
Commit 1c5a36c4 authored by gnzlbg's avatar gnzlbg
Browse files

[breaking change] remove getdtablesize - removed in Android API 21

parent 30c853f5
No related branches found
No related tags found
No related merge requests found
......@@ -2070,7 +2070,6 @@ extern {
pub fn sigaltstack(ss: *const stack_t,
oss: *mut stack_t) -> ::c_int;
pub fn sem_close(sem: *mut sem_t) -> ::c_int;
pub fn getdtablesize() -> ::c_int;
#[cfg_attr(target_os = "solaris", link_name = "__posix_getgrnam_r")]
pub fn getgrnam_r(name: *const ::c_char,
grp: *mut ::group,
......
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