diff options
| author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-07 12:52:26 -0500 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-01-07 12:52:26 -0500 |
| commit | 8784895ede9a39cfecf76fe26b090a602877f70f (patch) | |
| tree | e37516577c52886f8e5bcf5647843a640c03604c | |
| parent | 2c1f1895ef2aa8f0e5497893eff71304aef332e1 (diff) | |
ARM: add missing recvmmsg syscall number
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/include/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h index 4e506d09e5f9..cf9cdaa2d4d4 100644 --- a/arch/arm/include/asm/unistd.h +++ b/arch/arm/include/asm/unistd.h | |||
| @@ -391,6 +391,7 @@ | |||
| 391 | #define __NR_pwritev (__NR_SYSCALL_BASE+362) | 391 | #define __NR_pwritev (__NR_SYSCALL_BASE+362) |
| 392 | #define __NR_rt_tgsigqueueinfo (__NR_SYSCALL_BASE+363) | 392 | #define __NR_rt_tgsigqueueinfo (__NR_SYSCALL_BASE+363) |
| 393 | #define __NR_perf_event_open (__NR_SYSCALL_BASE+364) | 393 | #define __NR_perf_event_open (__NR_SYSCALL_BASE+364) |
| 394 | #define __NR_recvmmsg (__NR_SYSCALL_BASE+365) | ||
| 394 | 395 | ||
| 395 | /* | 396 | /* |
| 396 | * The following SWIs are ARM private. | 397 | * The following SWIs are ARM private. |
