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
88a0512d
Commit
88a0512d
authored
Jan 03, 2018
by
Jeremy Soller
Browse files
Add WUNTRACED
parent
414b8e0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
View file @
88a0512d
[package]
name
=
"redox_syscall"
version
=
"0.1.3
3
"
version
=
"0.1.3
4
"
description
=
"A Rust library to access raw Redox system calls"
license
=
"MIT"
authors
=
[
"Jeremy Soller <jackpot51@gmail.com>"
]
...
...
src/flag.rs
View file @
88a0512d
...
...
@@ -104,3 +104,4 @@ pub const SA_NODEFER: usize = 0x40000000;
pub
const
SA_RESETHAND
:
usize
=
0x80000000
;
pub
const
WNOHANG
:
usize
=
1
;
pub
const
WUNTRACED
:
usize
=
2
;
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