setresgid.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/setresgid.c
blob: b9af540af2e66516b5105cbb694b9d4a7c3645af (plain) (blame)
1
2
3
4
5
6
7
8
9
#define _GNU_SOURCE
#include <unistd.h>
#include "syscall.h"
#include "libc.h"
int setresgid(gid_t rgid, gid_t egid, gid_t sgid)
{
	return __setxid(SYS_setresgid, rgid, egid, sgid);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月05日 13:11:17 +0000

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