Skip to content

Commit

Permalink
[IA64] Fix cut/paste detritus from unistd.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tony Luck committed Dec 8, 2009
1 parent 3ff6a46 commit 27a338a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__

Expand Down

0 comments on commit 27a338a

Please sign in to comment.