From c2b267b1f80cdc3a62ba20ce5b64698157045227 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 25 Jan 2006 21:00:40 +0000 Subject: Guard the use of sigreturn as in x86_64, thx blindvt --- libc/sysdeps/linux/i386/sigaction.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/i386/sigaction.c') diff --git a/libc/sysdeps/linux/i386/sigaction.c b/libc/sysdeps/linux/i386/sigaction.c index c38a30741..8d7ba2127 100644 --- a/libc/sysdeps/linux/i386/sigaction.c +++ b/libc/sysdeps/linux/i386/sigaction.c @@ -155,6 +155,7 @@ __asm__ \ RESTORE (restore_rt, __NR_rt_sigreturn) #endif +#ifdef __NR_sigreturn /* For the boring old signals. */ # undef RESTORE2 # define RESTORE2(name, syscall) \ @@ -169,3 +170,4 @@ __asm__ \ ); RESTORE (restore, __NR_sigreturn) +#endif -- cgit v1.2.3