Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
0aa0203f
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 3 年多
通知
13
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
0aa0203f
编写于
11月 25, 2012
作者:
A
Al Viro
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
take sys_rt_sigsuspend() prototype to linux/syscalls.h
Signed-off-by:
N
Al Viro
<
viro@zeniv.linux.org.uk
>
上级
709410a0
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
2 addition
and
8 deletion
+2
-8
arch/powerpc/include/asm/syscalls.h
arch/powerpc/include/asm/syscalls.h
+0
-2
arch/powerpc/kernel/signal_32.c
arch/powerpc/kernel/signal_32.c
+0
-1
arch/xtensa/include/asm/syscall.h
arch/xtensa/include/asm/syscall.h
+0
-1
include/asm-generic/syscalls.h
include/asm-generic/syscalls.h
+0
-4
include/linux/syscalls.h
include/linux/syscalls.h
+2
-0
未找到文件。
arch/powerpc/include/asm/syscalls.h
浏览文件 @
0aa0203f
...
...
@@ -22,8 +22,6 @@ asmlinkage long ppc64_personality(unsigned long personality);
asmlinkage
int
ppc_rtas
(
struct
rtas_args
__user
*
uargs
);
asmlinkage
time_t
sys64_time
(
time_t
__user
*
tloc
);
asmlinkage
long
sys_rt_sigsuspend
(
sigset_t
__user
*
unewset
,
size_t
sigsetsize
);
asmlinkage
long
sys_sigaltstack
(
const
stack_t
__user
*
uss
,
stack_t
__user
*
uoss
,
unsigned
long
r5
,
unsigned
long
r6
,
unsigned
long
r7
,
unsigned
long
r8
,
struct
pt_regs
*
regs
);
...
...
arch/powerpc/kernel/signal_32.c
浏览文件 @
0aa0203f
...
...
@@ -57,7 +57,6 @@
#ifdef CONFIG_PPC64
#define sys_sigsuspend compat_sys_sigsuspend
#define sys_rt_sigsuspend compat_sys_rt_sigsuspend
#define sys_rt_sigreturn compat_sys_rt_sigreturn
#define sys_sigaction compat_sys_sigaction
#define sys_swapcontext compat_sys_swapcontext
...
...
arch/xtensa/include/asm/syscall.h
浏览文件 @
0aa0203f
...
...
@@ -26,4 +26,3 @@ asmlinkage long sys_ppoll(struct pollfd __user *ufds, unsigned int nfds,
struct
timespec
__user
*
tsp
,
const
sigset_t
__user
*
sigmask
,
size_t
sigsetsize
);
asmlinkage
long
sys_rt_sigsuspend
(
sigset_t
__user
*
unewset
,
size_t
sigsetsize
);
include/asm-generic/syscalls.h
浏览文件 @
0aa0203f
...
...
@@ -32,8 +32,4 @@ asmlinkage long sys_sigaltstack(const stack_t __user *, stack_t __user *,
asmlinkage
long
sys_rt_sigreturn
(
struct
pt_regs
*
regs
);
#endif
#ifndef sys_rt_sigsuspend
asmlinkage
long
sys_rt_sigsuspend
(
sigset_t
__user
*
unewset
,
size_t
sigsetsize
);
#endif
#endif
/* __ASM_GENERIC_SYSCALLS_H */
include/linux/syscalls.h
浏览文件 @
0aa0203f
...
...
@@ -385,6 +385,8 @@ asmlinkage long sys_sigsuspend(old_sigset_t mask);
asmlinkage
long
sys_sigsuspend
(
int
unused1
,
int
unused2
,
old_sigset_t
mask
);
#endif
asmlinkage
long
sys_rt_sigsuspend
(
sigset_t
__user
*
unewset
,
size_t
sigsetsize
);
#ifdef CONFIG_OLD_SIGACTION
asmlinkage
long
sys_sigaction
(
int
,
const
struct
old_sigaction
__user
*
,
struct
old_sigaction
__user
*
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录