setegid.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/setegid.c
blob: e6da2573c0d4586bc74caeabc4ab5adea4dd09a5 (plain) (blame)
1
2
3
4
5
6
7
8
#include <unistd.h>
#include "libc.h"
#include "syscall.h"
int setegid(gid_t egid)
{
	return __setxid(SYS_setresgid, -1, egid, -1);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 00:42:11 +0000

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