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

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

int setreuid(uid_t ruid, uid_t euid)
{
	return __setxid(xid_reuid, ruid, euid, 0);
}
debug log:

solving 9b3efd6a ...
found 9b3efd6a in https://inbox.vuxu.org/musl/VI1PR0502MB38858E8FC5B89323C105D080E73A0@VI1PR0502MB3885.eurprd05.prod.outlook.com/
found 3fcc59e2 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 3fcc59e292a7e5bef05a6af8ffad91ffacfc9ebe	src/unistd/setreuid.c

applying [1/1] https://inbox.vuxu.org/musl/VI1PR0502MB38858E8FC5B89323C105D080E73A0@VI1PR0502MB3885.eurprd05.prod.outlook.com/
diff --git a/src/unistd/setreuid.c b/src/unistd/setreuid.c
index 3fcc59e2..9b3efd6a 100644

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

index at:
100644 9b3efd6a3333f77641920832446bb1bff0230cab	src/unistd/setreuid.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).