|
|
Log in / Subscribe / Register

there need a position for the _syscallN macro removal in the kernel 2.6.19

there need a position for the _syscallN macro removal in the kernel 2.6.19

Posted Jun 2, 2007 8:04 UTC (Sat) by rael (guest, #40124)
Parent article: API changes in the 2.6 kernel series

origin from: http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.19-git13.log please switch to use the user space function syscall(2):

     #include <sys/syscall.h>
     #include <unistd.h>

     int
     syscall(int number, ...);


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds