sync with master.

This commit is contained in:
David Xu 2006-07-14 01:57:09 +00:00
parent be050429a3
commit 2df96d8e02
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160333

View File

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