mailing list of musl libc
 help / color / mirror / code / Atom feed
929bb72b98e45295eed9b5e8b139e7f710a60117 blob 161 bytes (raw)

1
2
3
4
5
6
7
8
 
#define _GNU_SOURCE
#include <unistd.h>
#include "libc.h"

int setresgid(gid_t rgid, gid_t egid, gid_t sgid)
{
	return __setxid(xid_resgid, rgid, egid, sgid);
}
debug log:

solving 929bb72b ...
found 929bb72b in https://inbox.vuxu.org/musl/VI1PR0502MB38858E8FC5B89323C105D080E73A0@VI1PR0502MB3885.eurprd05.prod.outlook.com/
found b9af540a in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 b9af540af2e66516b5105cbb694b9d4a7c3645af	src/unistd/setresgid.c

applying [1/1] https://inbox.vuxu.org/musl/VI1PR0502MB38858E8FC5B89323C105D080E73A0@VI1PR0502MB3885.eurprd05.prod.outlook.com/
diff --git a/src/unistd/setresgid.c b/src/unistd/setresgid.c
index b9af540a..929bb72b 100644

Checking patch src/unistd/setresgid.c...
Applied patch src/unistd/setresgid.c cleanly.

index at:
100644 929bb72b98e45295eed9b5e8b139e7f710a60117	src/unistd/setresgid.c

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).