Re: [uml-devel] [Patch] uml: fix a link error

From: AmÃrico Wang
Date: Sun Feb 08 2009 - 04:13:13 EST


On Sun, Feb 08, 2009 at 05:07:10PM +0800, AmÃrico Wang wrote:
>
>> } \
>>- SYSCALL_ALIAS(sys_##name, SyS_##name); \
>>- static inline long SYSC_##name(__SC_DECL##x(__VA_ARGS__))
>>+ SYSCALL_ALIAS(sys##name, SyS##name); \
>>+ static inline long SYSC##name(__SC_DECL##x(__VA_ARGS__))
>
>So your final actual name for a syscall 'foo' will be 'sysfoo'
>instead of 'sys_foo', right?
>

Oops, I misread the leading underscore! Sorry.

Looks good then,

Reviewed-by: WANG Cong <wangcong@xxxxxxxxx>


--
"Against stupidity, the gods themselves, contend in vain."

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/