Add abort2() systemcall.

This commit is contained in:
Poul-Henning Kamp 2005-12-23 11:54:11 +00:00
parent 49091c48d5
commit 5a56b437ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153679
2 changed files with 2 additions and 0 deletions

View File

@ -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); }

View File

@ -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