From 1c5a36c488e495dba388903f3e6bfddf34398b6a Mon Sep 17 00:00:00 2001 From: gnzlbg <gonzalobg88@gmail.com> Date: Thu, 23 May 2019 15:33:06 +0200 Subject: [PATCH] [breaking change] remove getdtablesize - removed in Android API 21 --- src/unix/notbsd/android/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/unix/notbsd/android/mod.rs b/src/unix/notbsd/android/mod.rs index 9fda9d6d..6fb61ae3 100644 --- a/src/unix/notbsd/android/mod.rs +++ b/src/unix/notbsd/android/mod.rs @@ -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, -- GitLab