mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
Add abort2() systemcall.
This commit is contained in:
parent
49091c48d5
commit
5a56b437ec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153679
@ -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); }
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user