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

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

int setuid(uid_t uid)
{
	return __setxid(xid_uid, uid, 0, 0);
}
debug log:

solving de91d0c1 ...
found de91d0c1 in https://inbox.vuxu.org/musl/VI1PR0502MB38858E8FC5B89323C105D080E73A0@VI1PR0502MB3885.eurprd05.prod.outlook.com/
found 602ecbbf in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 602ecbbf44b3d06b11a73196a13e9046eb217cb7	src/unistd/setuid.c

applying [1/1] https://inbox.vuxu.org/musl/VI1PR0502MB38858E8FC5B89323C105D080E73A0@VI1PR0502MB3885.eurprd05.prod.outlook.com/
diff --git a/src/unistd/setuid.c b/src/unistd/setuid.c
index 602ecbbf..de91d0c1 100644

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

index at:
100644 de91d0c15eb038123c905bd759c8c92434646b3c	src/unistd/setuid.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).