Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syscall
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
redox-os
syscall
Commits
75a1e6f9
Verified
Commit
75a1e6f9
authored
Jul 30, 2019
by
jD91mZM2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add way to ignore signals
parent
51f0ef28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/flag.rs
src/flag.rs
+1
-1
No files found.
src/flag.rs
View file @
75a1e6f9
...
...
@@ -128,7 +128,7 @@ bitflags! {
const
PTRACE_EVENT_CLONE
=
0x0000_0000_0000_0100
;
const
PTRACE_EVENT_MASK
=
0x0000_0000_0000_0F00
;
const
PTRACE_FLAG_
SYSEMU
=
0x0000_0000_0000_1000
;
const
PTRACE_FLAG_
IGNORE
=
0x0000_0000_0000_1000
;
const
PTRACE_FLAG_WAIT
=
0x0000_0000_0000_2000
;
const
PTRACE_FLAG_MASK
=
0x0000_0000_0000_F000
;
}
...
...
Write
Preview
Markdown
is supported
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