diff options
Diffstat (limited to 'devel/unproven-pthreads/patches/patch-at')
-rw-r--r-- | devel/unproven-pthreads/patches/patch-at | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/devel/unproven-pthreads/patches/patch-at b/devel/unproven-pthreads/patches/patch-at index 18c90238c0a..562e06e2d08 100644 --- a/devel/unproven-pthreads/patches/patch-at +++ b/devel/unproven-pthreads/patches/patch-at @@ -1,8 +1,8 @@ -$NetBSD: patch-at,v 1.1 2001/04/12 07:53:18 skrll Exp $ +$NetBSD: patch-at,v 1.2 2001/04/12 15:53:31 skrll Exp $ ---- machdep/syscall-template-sparc-netbsd-1.3.S.orig Thu Apr 12 08:33:16 2001 +--- machdep/syscall-template-sparc-netbsd-1.3.S.orig Sat Nov 6 23:33:03 1999 +++ machdep/syscall-template-sparc-netbsd-1.3.S -@@ -4,6 +4,7 @@ +@@ -4,19 +4,25 @@ * */ @@ -10,7 +10,15 @@ $NetBSD: patch-at,v 1.1 2001/04/12 07:53:18 skrll Exp $ #include <sys/syscall.h> #ifdef SYS___sigsuspend14 -@@ -14,9 +15,9 @@ + #define SYS_sigsuspend SYS___sigsuspend14 + #endif ++ ++#ifdef SYS___sigaction14 ++#define SYS_sigaction SYS___sigaction14 ++#endif ++ + #ifdef SYS___sigprocmask14 + #define SYS_sigprocmask SYS___sigprocmask14 #endif #define SYSCALL(x) \ |