lkml.org 
[lkml]   [2007]   [Dec]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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


\
 
 \ /
  Last update: 2007-12-08 22:25    [from the cache]
©2003-2011 Jasper Spaans