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 statx(2) syscall entry
details: https://anonhg.NetBSD.org/src/rev/2d75de04cd00
branches: trunk
changeset: 1026433:2d75de04cd00
user: ryo <ryo%NetBSD.org@localhost>
date: Thu Nov 25 02:29:33 2021 +0000
description:
add statx(2) syscall entry
diffstat:
sys/compat/linux/arch/aarch64/syscalls.master | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 5194e6eac144 -r 2d75de04cd00 sys/compat/linux/arch/aarch64/syscalls.master
--- a/sys/compat/linux/arch/aarch64/syscalls.master Thu Nov 25 02:27:08 2021 +0000
+++ b/sys/compat/linux/arch/aarch64/syscalls.master Thu Nov 25 02:29:33 2021 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.2 2021/11/24 18:52:13 ryo Exp $
+ $NetBSD: syscalls.master,v 1.3 2021/11/25 02:29:33 ryo Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -523,7 +523,9 @@
288 UNIMPL pkey_mprotect
289 UNIMPL pkey_alloc
290 UNIMPL pkey_free
-291 UNIMPL statx
+291 STD { int|linux_sys||statx(int fd, const char *path, \
+ int flag, unsigned int mask, \
+ struct linux_statx *sp); }
292 UNIMPL io_pgetevents
293 UNIMPL rseq
294 UNIMPL kexec_file_load
Home |
Main Index |
Thread Index |
Old Index