From: Sushant Sharma <sushant@cs.unm.edu>
To: linux-kernel@vger.kernel.org
Subject: system calls in 2.6.3
Date: Fri, 05 Nov 2004 12:12:16 -0700 [thread overview]
Message-ID: <418BD090.1020702@cs.unm.edu> (raw)
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/
reply other threads:[~2004-11-05 19:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=418BD090.1020702@cs.unm.edu \
--to=sushant@cs.unm.edu \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox