$NetBSD: patch-ao,v 1.1.1.1 1999/05/06 23:37:01 tv Exp $

--- mit-pthreads/machdep/syscall-template-alpha-netbsd-1.3.S.orig	Mon Mar  9 11:30:59 1998
+++ mit-pthreads/machdep/syscall-template-alpha-netbsd-1.3.S	Mon Oct 19 21:24:36 1998
@@ -3,6 +3,13 @@
 #include <sys/syscall.h>
 #define CHMK()		call_pal 0x83
 
+#ifdef SYS___sigsuspend14
+#define SYS_sigsuspend SYS___sigsuspend14
+#endif
+#ifdef SYS___sigprocmask14
+#define SYS_sigprocmask SYS___sigprocmask14
+#endif
+
 #undef SYSCALL
 
 /* Kernel syscall interface:
