Messages in this thread |  | | Date | Fri, 05 Nov 2004 12:12:16 -0700 | | From | Sushant Sharma <> | | Subject | system calls in 2.6.3 |
| |
Hi all I have added a system call to the kernel 2.6.3. Can someone tell me, if I have to recompile gcc or glibc inorder to use that system call from user space. Right now its required to do #define __NR_syscallname 274 /*(syscall number)*/ static inline _syscall1(.....); /*stub*/
inside my own header file from user space.
Will recompiling gcc or glibc will update header files in /usr/include directory so that I dont need to include above statements in my header file?
Thanks Sushant
ps: pleace cc the reply to me as I am not subscribed to the list
<Sushant Sharma At cs dot unm dot edu> http://cs.unm.edu/~sushant/
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |