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

This commit is contained in:
gnzlbg 2019-05-23 15:33:06 +02:00
parent 30c853f59f
commit 1c5a36c488
1 changed files with 0 additions and 1 deletions

View File

@ -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,