Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
633fd568
Commit
633fd568
authored
Aug 04, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Move definition of IRIX compat constant into IRIX compat code.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
6b3e5f44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
arch/mips/kernel/irixsig.c
arch/mips/kernel/irixsig.c
+3
-0
include/asm-mips/signal.h
include/asm-mips/signal.h
+0
-2
No files found.
arch/mips/kernel/irixsig.c
View file @
633fd568
...
...
@@ -323,6 +323,9 @@ struct sigact_irix5 {
int
_unused0
[
2
];
};
#define SIG_SETMASK32 256
/* Goodie from SGI for BSD compatibility:
set only the low 32 bit of the sigset. */
#ifdef DEBUG_SIG
static
inline
void
dump_sigact_irix5
(
struct
sigact_irix5
*
p
)
{
...
...
include/asm-mips/signal.h
View file @
633fd568
...
...
@@ -108,8 +108,6 @@ typedef unsigned long old_sigset_t; /* at least 32 bits */
#define SIG_BLOCK 1
/* for blocking signals */
#define SIG_UNBLOCK 2
/* for unblocking signals */
#define SIG_SETMASK 3
/* for setting the signal mask */
#define SIG_SETMASK32 256
/* Goodie from SGI for BSD compatibility:
set only the low 32 bit of the sigset. */
#include <asm-generic/signal.h>
...
...
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