LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* Why __syscallN macros are removed?
@ 2007-02-23  2:47 Dong Feng
  2007-02-23  3:04 ` Davide Libenzi
  0 siblings, 1 reply; 3+ messages in thread
From: Dong Feng @ 2007-02-23  2:47 UTC (permalink / raw)
  To: linux-kernel

The __syscallN series macros have disappeared in
include/asm-i386/unistd.h. Why? I occasionally what to add and use
some new system calls, mainly for debug use. Now I can not access the
system call I added from user space.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Why __syscallN macros are removed?
  2007-02-23  2:47 Why __syscallN macros are removed? Dong Feng
@ 2007-02-23  3:04 ` Davide Libenzi
  2007-02-23  3:10   ` Dong Feng
  0 siblings, 1 reply; 3+ messages in thread
From: Davide Libenzi @ 2007-02-23  3:04 UTC (permalink / raw)
  To: Dong Feng; +Cc: Linux Kernel Mailing List

On Fri, 23 Feb 2007, Dong Feng wrote:

> The __syscallN series macros have disappeared in
> include/asm-i386/unistd.h. Why? I occasionally what to add and use
> some new system calls, mainly for debug use. Now I can not access the
> system call I added from user space.

You can use glibc's syscall(2) instead of macros.



- Davide



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Why __syscallN macros are removed?
  2007-02-23  3:04 ` Davide Libenzi
@ 2007-02-23  3:10   ` Dong Feng
  0 siblings, 0 replies; 3+ messages in thread
From: Dong Feng @ 2007-02-23  3:10 UTC (permalink / raw)
  To: Davide Libenzi; +Cc: Linux Kernel Mailing List

Thank you very much.


2007/2/23, Davide Libenzi <davidel@xmailserver.org>:
> On Fri, 23 Feb 2007, Dong Feng wrote:
>
> > The __syscallN series macros have disappeared in
> > include/asm-i386/unistd.h. Why? I occasionally what to add and use
> > some new system calls, mainly for debug use. Now I can not access the
> > system call I added from user space.
>
> You can use glibc's syscall(2) instead of macros.
>
>
>
> - Davide
>
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-02-23  3:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-23  2:47 Why __syscallN macros are removed? Dong Feng
2007-02-23  3:04 ` Davide Libenzi
2007-02-23  3:10   ` Dong Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).