sigsuspend.c\signal\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/signal/sigsuspend.c
blob: 0b42725acef2ae850fac7387545a322c893a378b (plain) (blame)
1
2
3
4
5
6
7
8
#include <signal.h>
#include "syscall.h"
#include "libc.h"
int sigsuspend(const sigset_t *mask)
{
	return syscall_cp(SYS_rt_sigsuspend, mask, _NSIG/8);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月25日 02:17:37 +0000

AltStyle によって変換されたページ (->オリジナル) /