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.
2 parents 95ce1ff + 8f3b088 commit 02d775bCopy full SHA for 02d775b
libc-test/semver/redox.txt
@@ -194,6 +194,7 @@ getrlimit
194
getrusage
195
getservbyport
196
getservent
197
+getdtablesize
198
killpg
199
lockf
200
madvise
src/unix/redox/mod.rs
@@ -993,6 +993,7 @@ extern "C" {
993
994
// unistd.h
995
pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int;
996
+ pub fn getdtablesize() -> ::c_int;
997
998
// malloc.h
999
pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void;
0 commit comments