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 <[email protected]> -- "Against stupidity, the gods themselves, contend in vain." ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ User-mode-linux-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
