mailing list of musl libc
 help / color / mirror / code / Atom feed
d583fa9cd56433449526e92ec8349f37256e0cc4 blob 144 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_get(int pkey)
{
	return __syscall_ret(-ENOSYS);
}
debug log:

solving d583fa9c ...
found d583fa9c 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_get.c b/src/linux/pkey_get.c
new file mode 100644
index 00000000..d583fa9c

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

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