Skip to content

Commit 0293c44

Browse files
authored
Merge pull request #1895 from schultetwin1/master
Add UIO_MAXIOV constant to uclibc
2 parents 87d3a32 + d66df29 commit 0293c44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/unix/uclibc/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,8 @@ pub const SS_DISABLE: ::c_int = 2;
932932

933933
pub const PATH_MAX: ::c_int = 4096;
934934

935+
pub const UIO_MAXIOV: ::c_int = 1024;
936+
935937
pub const FD_SETSIZE: usize = 1024;
936938

937939
pub const EPOLLIN: ::c_int = 0x1;

0 commit comments

Comments
 (0)