dect
/
linux-2.6
Archived
13
0
Fork 0

[IA64] Fix cut/paste detritus from unistd.h

Build warning:
<stdin>:1523:2: warning: #warning syscall recvmmsg not implemented

Because when recvmmesg was added, the previous syscall define was
cut&pasted, and a spurious "rt_" left in the name of the define.

Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
Tony Luck 2009-12-08 15:29:05 -08:00
parent 3ff6a468b4
commit 27a338a69e
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@
#define __NR_preadv 1319
#define __NR_pwritev 1320
#define __NR_rt_tgsigqueueinfo 1321
#define __NR_rt_recvmmsg 1322
#define __NR_recvmmsg 1322
#ifdef __KERNEL__