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

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

int seteuid(uid_t euid)
{
	return __setxid(xid_resuid, -1, euid, -1);
}
debug log:

solving d84d6186 ...
found d84d6186 in https://inbox.vuxu.org/musl/VI1PR0502MB38858E8FC5B89323C105D080E73A0@VI1PR0502MB3885.eurprd05.prod.outlook.com/
found ef8b9df4 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 ef8b9df43bd7307597f3d106fe99b150f72b1cba	src/unistd/seteuid.c

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

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

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