[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090208091244.GB383@hack.private>
Date: Sun, 8 Feb 2009 17:12:44 +0800
From: Américo Wang <xiyou.wangcong@...il.com>
To: Américo Wang <xiyou.wangcong@...il.com>
Cc: Heiko Carstens <heiko.carstens@...ibm.com>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Greg KH <gregkh@...e.de>,
Shane Hathaway <shane@...hawaymix.org>,
Daolong Wang <ahlongxp@...il.com>,
User-mode Linux Kernel Development
<user-mode-linux-devel@...ts.sourceforge.net>,
Jeff Dike <jdike@...toit.com>,
Linux Kernel Development <linux-kernel@...r.kernel.org>,
Rob Landley <rob@...dley.net>,
Andrew Morton <akpm@...ux-foundation.org>, stable@...nel.org,
Al Viro <viro@...IV.linux.org.uk>,
Geert Uytterhoeven <Geert.Uytterhoeven@...ycom.com>
Subject: Re: [uml-devel] [Patch] uml: fix a link error
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@...ux.org>
--
"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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists