Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
ac1753d1
Commit
ac1753d1
authored
Aug 12, 2016
by
James Cowgill
Committed by
Stéphane Graber
Nov 17, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
utils: Add mips signalfd syscall numbers
Signed-off-by:
James Cowgill
<
james410@cowgill.org.uk
>
parent
6352026d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
utils.h
src/lxc/utils.h
+12
-0
No files found.
src/lxc/utils.h
View file @
ac1753d1
...
@@ -116,6 +116,12 @@ struct signalfd_siginfo
...
@@ -116,6 +116,12 @@ struct signalfd_siginfo
# define __NR_signalfd4 322
# define __NR_signalfd4 322
# elif __arm__
# elif __arm__
# define __NR_signalfd4 355
# define __NR_signalfd4 355
# elif __mips__ && _MIPS_SIM == _ABIO32
# define __NR_signalfd4 4324
# elif __mips__ && _MIPS_SIM == _ABI64
# define __NR_signalfd4 5283
# elif __mips__ && _MIPS_SIM == _ABIN32
# define __NR_signalfd4 6287
# endif
# endif
#endif
#endif
...
@@ -131,6 +137,12 @@ struct signalfd_siginfo
...
@@ -131,6 +137,12 @@ struct signalfd_siginfo
# define __NR_signalfd 316
# define __NR_signalfd 316
# elif __arm__
# elif __arm__
# define __NR_signalfd 349
# define __NR_signalfd 349
# elif __mips__ && _MIPS_SIM == _ABIO32
# define __NR_signalfd 4317
# elif __mips__ && _MIPS_SIM == _ABI64
# define __NR_signalfd 5276
# elif __mips__ && _MIPS_SIM == _ABIN32
# define __NR_signalfd 6280
# endif
# endif
#endif
#endif
...
...
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