mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 01:00:30 -04:00
sync with master.
This commit is contained in:
parent
be050429a3
commit
2df96d8e02
1 changed files with 11 additions and 6 deletions
|
|
@ -745,10 +745,15 @@
|
|||
454 AUE_NULL UNIMPL _umtx_op
|
||||
455 AUE_NULL UNIMPL thr_new
|
||||
456 AUE_NULL UNIMPL sigqueue
|
||||
457 AUE_NULL UNIMPL mq_open
|
||||
458 AUE_NULL UNIMPL mq_setattr
|
||||
459 AUE_NULL UNIMPL mq_timedreceive
|
||||
460 AUE_NULL UNIMPL mq_timedsend
|
||||
461 AUE_NULL UNIMPL mq_notify
|
||||
462 AUE_NULL UNIMPL mq_unlink
|
||||
457 AUE_NULL UNIMPL kmq_open
|
||||
458 AUE_NULL UNIMPL kmq_setattr
|
||||
459 AUE_NULL UNIMPL kmq_timedreceive
|
||||
460 AUE_NULL UNIMPL kmq_timedsend
|
||||
461 AUE_NULL UNIMPL kmq_notify
|
||||
462 AUE_NULL UNIMPL kmq_unlink
|
||||
463 AUE_NULL MNOPROTO { int abort2(const char *why, int nargs, void **args); }
|
||||
464 AUE_NULL UNIMPL thr_set_name
|
||||
465 AUE_NULL UNIMPL aio_fsync
|
||||
466 AUE_NULL UNIMPL thr_setscheduler
|
||||
467 AUE_NULL UNIMPL thr_getscheduler
|
||||
468 AUE_NULL UNIMPL thr_setschedparam
|
||||
|
|
|
|||
Loading…
Reference in a new issue