getpgid.c\unistd\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/unistd/getpgid.c
blob: d295bfd59b0748e6ae0dae27ed2365a1888442b1 (plain) (blame)
1
2
3
4
5
6
7
#include <unistd.h>
#include "syscall.h"
pid_t getpgid(pid_t pid)
{
	return syscall(SYS_getpgid, pid);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月07日 06:48:06 +0000

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