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

1
2
3
4
5
6
7
8
 
#include <unistd.h>
#include <sys/resource.h>
#include "syscall.h"

int prlimit(pid_t pid, int resource, const struct rlimit *new_limit, struct rlimit *old_limit)
{
	return syscall(SYS_prlimit64, pid, resource, new_limit, old_limit);
}
debug log:

solving b9dbb44 ...
found b9dbb44 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).