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

1
2
3
4
5
6
7
8
9
 
#define _GNU_SOURCE 1
#include <sys/mman.h>
#include <errno.h>
#include "syscall.h"

int pkey_set(int pkey, unsigned access)
{
	return __syscall_ret(-ENOSYS);
}
debug log:

solving addf8da5 ...
found addf8da5 in https://inbox.vuxu.org/musl/20180428213958.GV4418@port70.net/ ||
	https://inbox.vuxu.org/musl/20180428195656.GU4418@port70.net/ ||
	https://inbox.vuxu.org/musl/20180614230337.GR4418@port70.net/

applying [1/3] https://inbox.vuxu.org/musl/20180428213958.GV4418@port70.net/
diff --git a/src/linux/pkey_set.c b/src/linux/pkey_set.c
new file mode 100644
index 00000000..addf8da5

Checking patch src/linux/pkey_set.c...
Applied patch src/linux/pkey_set.c cleanly.

skipping https://inbox.vuxu.org/musl/20180428195656.GU4418@port70.net/ for addf8da5
skipping https://inbox.vuxu.org/musl/20180614230337.GR4418@port70.net/ for addf8da5
index at:
100644 addf8da5263ca5275cea72b430f0903751086819	src/linux/pkey_set.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).