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
841b5f42
Commit
841b5f42
authored
Jul 11, 2021
by
Jeremy Soller
Browse files
Merge branch 'futex_wait64' into 'master'
Add FUTEX_WAIT64. See merge request
!66
parents
52fcd238
fa5bc90e
Pipeline
#9506
failed with stages
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/flag.rs
View file @
841b5f42
...
...
@@ -64,6 +64,7 @@ pub const F_SETFL: usize = 4;
pub
const
FUTEX_WAIT
:
usize
=
0
;
pub
const
FUTEX_WAKE
:
usize
=
1
;
pub
const
FUTEX_REQUEUE
:
usize
=
2
;
pub
const
FUTEX_WAIT64
:
usize
=
3
;
bitflags!
{
pub
struct
MapFlags
:
usize
{
...
...
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