sigpending.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/sigpending.c
blob: 3d193df83c680031412ebbf4465883725b8999d7 (plain) (blame)
1
2
3
4
5
6
7
#include <signal.h>
#include "syscall.h"
int sigpending(sigset_t *set)
{
	return syscall(SYS_rt_sigpending, set, _NSIG/8);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月12日 08:05:35 +0000

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