mailing list of musl libc
 help / color / mirror / code / Atom feed
b9af540af2e66516b5105cbb694b9d4a7c3645af blob 185 bytes (raw)

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);
}
debug log:

solving b9af540a ...
found b9af540a in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).