Messages in this thread |  | | | Date | Sat, 08 Dec 2007 13:22:25 -0800 | | From | Zach Brown <> | | Subject | Re: [PATCH 1/6] indirect: use asmlinkage in i386 syscall table prototype |
| |
>> + extern asmlinkage long (*sys_call_table[])(long, long, long, > This should be something like below instead, otherwise gcc wont parse > asmlinkage as being an attribute of the function signature. > extern long (asmlinkage *sys_call_table[])(long, long, long,
Yeah, thanks for pointing these out. As it happened, Jens beat you to it :).
Both problems have been fixed in the git repositories for the guilt series and userspace tools, respectively. You can always fetch the most recent versions from there.
- z
|  |