On Thu, Feb 08, 2007 at 10:23:09AM +0930, Iain Buchanan wrote: > Hi all, > > I'm trying to use: > > _syscall3(int, ioprio_set, int, which, int, who, int, ioprio); > _syscall2(int, ioprio_get, int, which, int, who); > > and supposedly I just > > #include <linux/unistd.h> > > but I'm getting these error from gcc: > > error: syntax error before "ioprio_set" > warning: data definition has no type or storage class > error: syntax error before "ioprio_get" > warning: data definition has no type or storage class
Hi, It would be helpful to provide us with the failing code as we have no clue what you could be doing wrong. -- gentoo-user@gentoo.org mailing list