mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
tile: switch to generic sigaltstack
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
0aa0203fb4
commit
47669ab036
5 changed files with 5 additions and 63 deletions
|
@ -64,9 +64,7 @@ long sys_ftruncate64(unsigned int fd, loff_t length);
|
|||
|
||||
/* Provide versions of standard syscalls that use current_pt_regs(). */
|
||||
long sys_rt_sigreturn(void);
|
||||
long sys_sigaltstack(const stack_t __user *, stack_t __user *);
|
||||
#define sys_rt_sigreturn sys_rt_sigreturn
|
||||
#define sys_sigaltstack sys_sigaltstack
|
||||
|
||||
/* These are the intvec*.S trampolines. */
|
||||
long _sys_rt_sigreturn(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue