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
e9b04b5b
Commit
e9b04b5b
authored
Nov 20, 2012
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make do_sigaltstack() static
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
9b25d604
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
include/linux/sched.h
include/linux/sched.h
+0
-1
kernel/signal.c
kernel/signal.c
+1
-1
No files found.
include/linux/sched.h
View file @
e9b04b5b
...
...
@@ -2259,7 +2259,6 @@ extern struct sigqueue *sigqueue_alloc(void);
extern
void
sigqueue_free
(
struct
sigqueue
*
);
extern
int
send_sigqueue
(
struct
sigqueue
*
,
struct
task_struct
*
,
int
group
);
extern
int
do_sigaction
(
int
,
struct
k_sigaction
*
,
struct
k_sigaction
*
);
extern
int
do_sigaltstack
(
const
stack_t
__user
*
,
stack_t
__user
*
,
unsigned
long
);
static
inline
void
restore_saved_sigmask
(
void
)
{
...
...
kernel/signal.c
View file @
e9b04b5b
...
...
@@ -3129,7 +3129,7 @@ int do_sigaction(int sig, struct k_sigaction *act, struct k_sigaction *oact)
return
0
;
}
int
static
int
do_sigaltstack
(
const
stack_t
__user
*
uss
,
stack_t
__user
*
uoss
,
unsigned
long
sp
)
{
stack_t
oss
;
...
...
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