* system calls in 2.6.3
@ 2004-11-05 19:12 Sushant Sharma
0 siblings, 0 replies; only message in thread
From: Sushant Sharma @ 2004-11-05 19:12 UTC (permalink / raw)
To: linux-kernel
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/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-11-05 19:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-05 19:12 system calls in 2.6.3 Sushant Sharma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox