From 535e64328a3c69ffe779e85354a52df5f3776346 Mon Sep 17 00:00:00 2001 From: eck Date: Thu, 9 Aug 1990 15:40:08 +0000 Subject: [PATCH] added _sigsetmask.s --- mach/sun2/libsys/LIST | 1 + mach/sun2/libsys/_sigsetmask.s | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 mach/sun2/libsys/_sigsetmask.s diff --git a/mach/sun2/libsys/LIST b/mach/sun2/libsys/LIST index 47351b70b..6597f0c64 100644 --- a/mach/sun2/libsys/LIST +++ b/mach/sun2/libsys/LIST @@ -135,6 +135,7 @@ signal.c sigpause.s _sigpause.s sigsetmask.s +_sigsetmask.s sigstack.s sigtramp.s sigvec.c diff --git a/mach/sun2/libsys/_sigsetmask.s b/mach/sun2/libsys/_sigsetmask.s new file mode 100644 index 000000000..17a92ae7e --- /dev/null +++ b/mach/sun2/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