On 07-04-08 20:38, Robert P. J. Day wrote:
i'm playing with a sample program to make direct system calls as described here: http://www.ibm.com/developerworks/linux/library/l-system-calls/ and i've written a trivial program that should theoretically work, but the compilation fails on the line invoking _syscall0(). where is that macro defined in user space?
Not anywhere anymore these days. They are obsolete. Please use syscall(2) instead.
Rene. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ