From fd921229f2e479d8cea2b2bb09a21ac66e1732f0 Mon Sep 17 00:00:00 2001 From: eck Date: Thu, 9 Aug 1990 15:29:51 +0000 Subject: [PATCH] added _sigsetmask.s --- mach/sun3/libsys/LIST | 1 + mach/sun3/libsys/_sigsetmask.s | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 mach/sun3/libsys/_sigsetmask.s diff --git a/mach/sun3/libsys/LIST b/mach/sun3/libsys/LIST index fbfd1cc94..44d0b04ae 100644 --- a/mach/sun3/libsys/LIST +++ b/mach/sun3/libsys/LIST @@ -138,6 +138,7 @@ signal.c sigpause.s _sigpause.s sigsetmask.s +_sigsetmask.s sigstack.s sigtramp.s sigvec.c diff --git a/mach/sun3/libsys/_sigsetmask.s b/mach/sun3/libsys/_sigsetmask.s new file mode 100644 index 000000000..17a92ae7e --- /dev/null +++ b/mach/sun3/libsys/_sigsetmask.s @@ -0,0 +1,4 @@ +#include "syscall.h" +.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text +.define __sigsetmask +__sigsetmask: SYSTEM(SYS_sigsetmask) -- 2.34.1