Skip to content
Snippets Groups Projects
Unverified Commit 0293c449 authored by Yuki Okushi's avatar Yuki Okushi Committed by GitHub
Browse files

Merge pull request #1895 from schultetwin1/master

Add UIO_MAXIOV constant to uclibc
parents 87d3a326 d66df296
No related branches found
No related tags found
No related merge requests found
......@@ -932,6 +932,8 @@ pub const SS_DISABLE: ::c_int = 2;
pub const PATH_MAX: ::c_int = 4096;
pub const UIO_MAXIOV: ::c_int = 1024;
pub const FD_SETSIZE: usize = 1024;
pub const EPOLLIN: ::c_int = 0x1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment