From 5a56b437ec9018a89d4128fccbd99b701ccb1d74 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 23 Dec 2005 11:54:11 +0000 Subject: [PATCH] Add abort2() systemcall. --- sys/compat/freebsd32/syscalls.master | 1 + sys/kern/syscalls.master | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index f94cb83104ab..1026cf154031 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -743,3 +743,4 @@ 452 AUE_NULL UNIMPL setaudit_addr 453 AUE_NULL UNIMPL auditctl 454 AUE_NULL UNIMPL _umtx_op +463 AUE_NULL MSTD { int abort2(const char *why, int nargs, void **args); } diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 3fa62ba41067..a11bbda99019 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -816,5 +816,6 @@ 461 AUE_NULL MNOSTD { int mq_notify(mqd_t mqd, \ const struct sigevent *sigev); } 462 AUE_NULL MNOSTD { int mq_unlink(const char *path); } +463 AUE_NULL MSTD { int abort2(const char *why, int nargs, void **args); } ; Please copy any additions and changes to the following compatability tables: ; sys/compat/freebsd32/syscalls.master