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

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

int setresuid(uid_t ruid, uid_t euid, uid_t suid)
{
	return __setxid(xid_resuid, ruid, euid, suid);
}
debug log:

solving 74b6ac33 ...
found 74b6ac33 in https://inbox.vuxu.org/musl/VI1PR0502MB38858E8FC5B89323C105D080E73A0@VI1PR0502MB3885.eurprd05.prod.outlook.com/
found 83692b4c in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 83692b4c99c5fd85ac8e0bd5e70966e1d96b2ebe	src/unistd/setresuid.c

applying [1/1] https://inbox.vuxu.org/musl/VI1PR0502MB38858E8FC5B89323C105D080E73A0@VI1PR0502MB3885.eurprd05.prod.outlook.com/
diff --git a/src/unistd/setresuid.c b/src/unistd/setresuid.c
index 83692b4c..74b6ac33 100644

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

index at:
100644 74b6ac333902f968d07190e5f0ed624938cf3f8c	src/unistd/setresuid.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).