Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
syscall
Commits
89bce198
Unverified
Commit
89bce198
authored
Aug 08, 2017
by
Ian Douglas Scott
Browse files
Add F_DUPFD flag
parent
3f076b1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/flag.rs
View file @
89bce198
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment