Commit 72c7b226 authored by Richard Henderson's avatar Richard Henderson

[ALPHA] Add waitid.

parent 6f217d8c
......@@ -457,6 +457,7 @@ sys_call_table:
.quad sys_mq_timedreceive /* 435 */
.quad sys_mq_notify
.quad sys_mq_getsetattr
.quad sys_waitid
.size sys_call_table, . - sys_call_table
.type sys_call_table, @object
......
......@@ -373,8 +373,9 @@
#define __NR_mq_timedreceive 435
#define __NR_mq_notify 436
#define __NR_mq_getsetattr 437
#define __NR_waitid 438
#define NR_SYSCALLS 438
#define NR_SYSCALLS 439
#if defined(__GNUC__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment