mailing list of musl libc
 help / color / mirror / code / Atom feed
83692b4c99c5fd85ac8e0bd5e70966e1d96b2ebe blob 185 bytes (raw)

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

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

solving 83692b4c ...
found 83692b4c in https://git.vuxu.org/mirror/musl/

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).