kill.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/kill.c
blob: 0580573309000c5bafb9b602443f9a675a8b7682 (plain) (blame)
1
2
3
4
5
6
7
#include <signal.h>
#include "syscall.h"
int kill(pid_t pid, int sig)
{
	return syscall(SYS_kill, pid, sig);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月08日 16:04:42 +0000

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