diff options
Diffstat (limited to 'include/asm-alpha/unistd.h')
-rw-r--r-- | include/asm-alpha/unistd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-alpha/unistd.h b/include/asm-alpha/unistd.h index c4e70e8617eb..535bc425f243 100644 --- a/include/asm-alpha/unistd.h +++ b/include/asm-alpha/unistd.h | |||
@@ -374,8 +374,11 @@ | |||
374 | #define __NR_mq_notify 436 | 374 | #define __NR_mq_notify 436 |
375 | #define __NR_mq_getsetattr 437 | 375 | #define __NR_mq_getsetattr 437 |
376 | #define __NR_waitid 438 | 376 | #define __NR_waitid 438 |
377 | #define __NR_add_key 439 | ||
378 | #define __NR_request_key 440 | ||
379 | #define __NR_keyctl 441 | ||
377 | 380 | ||
378 | #define NR_SYSCALLS 439 | 381 | #define NR_SYSCALLS 442 |
379 | 382 | ||
380 | #if defined(__GNUC__) | 383 | #if defined(__GNUC__) |
381 | 384 | ||