mailing list of musl libc
 help / color / mirror / code / Atom feed
4729c31bdc52d20679c9f564856e15bc25e44e4b blob 124 bytes (raw)

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

int setregid(gid_t rgid, gid_t egid)
{
	return __setxid(xid_regid, rgid, egid, 0);
}
debug log:

solving 4729c31b ...
found 4729c31b in https://inbox.vuxu.org/musl/VI1PR0502MB38858E8FC5B89323C105D080E73A0@VI1PR0502MB3885.eurprd05.prod.outlook.com/
found f5a8972a in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 f5a8972ae4f509ed80d946ef74c3603bcfd0ca34	src/unistd/setregid.c

applying [1/1] https://inbox.vuxu.org/musl/VI1PR0502MB38858E8FC5B89323C105D080E73A0@VI1PR0502MB3885.eurprd05.prod.outlook.com/
diff --git a/src/unistd/setregid.c b/src/unistd/setregid.c
index f5a8972a..4729c31b 100644

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

index at:
100644 4729c31bdc52d20679c9f564856e15bc25e44e4b	src/unistd/setregid.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).