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
Kirill Smelkov
linux
Commits
01ee6037
Commit
01ee6037
authored
Feb 11, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] sigset_32 has been made redundand by compat_sigset_t.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
45a33c3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
arch/mips/kernel/signal32.c
arch/mips/kernel/signal32.c
+1
-8
No files found.
arch/mips/kernel/signal32.c
View file @
01ee6037
...
...
@@ -108,13 +108,6 @@ typedef struct compat_siginfo {
/* 32-bit compatibility types */
#define _NSIG_BPW32 32
#define _NSIG_WORDS32 (_NSIG / _NSIG_BPW32)
typedef
struct
{
unsigned
int
sig
[
_NSIG_WORDS32
];
}
sigset_t32
;
typedef
unsigned
int
__sighandler32_t
;
typedef
void
(
*
vfptr_t
)(
void
);
...
...
@@ -136,7 +129,7 @@ struct ucontext32 {
s32
uc_link
;
stack32_t
uc_stack
;
struct
sigcontext32
uc_mcontext
;
sigset_t32
uc_sigmask
;
/* mask last for extensibility */
compat_sigset_t
uc_sigmask
;
/* mask last for extensibility */
};
/*
...
...
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