Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/aarch64 add memfd_create
details: https://anonhg.NetBSD.org/src/rev/edae005eff25
branches: trunk
changeset: 377404:edae005eff25
user: christos <christos%NetBSD.org@localhost>
date: Mon Jul 10 21:08:26 2023 +0000
description:
add memfd_create
diffstat:
sys/compat/linux/arch/aarch64/syscalls.master | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 37883bc83a2b -r edae005eff25 sys/compat/linux/arch/aarch64/syscalls.master
--- a/sys/compat/linux/arch/aarch64/syscalls.master Mon Jul 10 19:58:47 2023 +0000
+++ b/sys/compat/linux/arch/aarch64/syscalls.master Mon Jul 10 21:08:26 2023 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.4 2021/12/02 04:29:47 ryo Exp $
+ $NetBSD: syscalls.master,v 1.5 2023/07/10 21:08:26 christos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -512,7 +512,8 @@ 276 UNIMPL renameat2
277 UNIMPL seccomp
278 NOARGS { ssize_t|sys||getrandom(void *buf, size_t buflen, \
unsigned int flags); }
-279 UNIMPL memfd_create
+279 STD { int|linux_sys||memfd_create(const char *name, \
+ unsigned int flags); }
280 UNIMPL bpf
281 UNIMPL execveat
282 UNIMPL userfaultfd
Home |
Main Index |
Thread Index |
Old Index