Skip to content

Commit

Permalink
Auto merge of #3199 - devnexen:redox_getdtablesize, r=JohnTitor
Browse files Browse the repository at this point in the history
adding getdtablesize on redox
  • Loading branch information
bors committed Apr 17, 2023
2 parents 95ce1ff + 8f3b088 commit 02d775b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libc-test/semver/redox.txt
Expand Up @@ -194,6 +194,7 @@ getrlimit
getrusage
getservbyport
getservent
getdtablesize
killpg
lockf
madvise
Expand Down
1 change: 1 addition & 0 deletions src/unix/redox/mod.rs
Expand Up @@ -993,6 +993,7 @@ extern "C" {

// unistd.h
pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int;
pub fn getdtablesize() -> ::c_int;

// malloc.h
pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void;
Expand Down

0 comments on commit 02d775b

Please sign in to comment.