summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/powerpc/linux_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/arch/powerpc/linux_syscall.h')
-rw-r--r--sys/compat/linux/arch/powerpc/linux_syscall.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/powerpc/linux_syscall.h b/sys/compat/linux/arch/powerpc/linux_syscall.h
index fc94dbcbeb8..9743d24283c 100644
--- a/sys/compat/linux/arch/powerpc/linux_syscall.h
+++ b/sys/compat/linux/arch/powerpc/linux_syscall.h
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.91 2021/11/24 18:57:25 ryo Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.92 2021/12/02 04:39:45 ryo Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.78 2021/09/20 02:20:02 thorpej Exp
+ * created from NetBSD: syscalls.master,v 1.79 2021/11/24 18:52:13 ryo Exp
*/
#ifndef _LINUX_SYS_SYSCALL_H_
@@ -696,6 +696,9 @@
/* syscall: "pwritev" ret: "int" args: "int" "const struct iovcnt *" "int" "unsigned long" "unsigned long" */
#define LINUX_SYS_pwritev 321
+/* syscall: "prlimit64" ret: "int" args: "pid_t" "int" "struct rlimit *" "struct rlimit *" */
+#define LINUX_SYS_prlimit64 325
+
/* syscall: "recvmmsg" ret: "int" args: "int" "struct linux_mmsghdr *" "unsigned int" "unsigned int" "struct timespec *" */
#define LINUX_SYS_recvmmsg 343