sync with master.

This commit is contained in:
davidxu 2006-07-14 01:57:09 +00:00
parent 15c9b6e9df
commit 7f9211f1ae

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