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)