Remove some sparc cob-webs leftover after Joseph's recent changes.
* sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__libc_sigaction): Remove unused local variables.
This commit is contained in:
parent
ccd0a08f4e
commit
f1158bd1a5
@ -30,11 +30,9 @@ static void __sigreturn_stub (void);
|
|||||||
int
|
int
|
||||||
__libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact)
|
__libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact)
|
||||||
{
|
{
|
||||||
struct old_kernel_sigaction k_sigact, k_osigact;
|
|
||||||
int ret;
|
|
||||||
|
|
||||||
struct kernel_sigaction kact, koact;
|
struct kernel_sigaction kact, koact;
|
||||||
unsigned long stub = 0;
|
unsigned long stub = 0;
|
||||||
|
int ret;
|
||||||
|
|
||||||
if (act)
|
if (act)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user