Merge pull request #19 from ids1024/dupfd

Add F_DUPFD flag
This commit is contained in:
Jeremy Soller
2017-08-08 14:58:53 -06:00
committed by GitHub

View File

@@ -11,6 +11,7 @@ pub const EVENT_NONE: usize = 0;
pub const EVENT_READ: usize = 1;
pub const EVENT_WRITE: usize = 2;
pub const F_DUPFD: usize = 0;
pub const F_GETFD: usize = 1;
pub const F_SETFD: usize = 2;
pub const F_GETFL: usize = 3;