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: 36e0602c60bf516ea2675a56ca911e1e94c52c7d (plain) (blame)
1
2
3
4
5
6
7
#include <signal.h>
#include "syscall.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月08日 19:43:46 +0000

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