Thread: Accessing syscalls from C

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Sep 2007
    Posts
    26

    Accessing syscalls from C

    Hi,
    I tried to access some syscalls using C but I'm stuck. I found an IBM-paper telling that the _syscallN() macros can be used for this. But I don't have these macros. Now someone told me that they would be obsolete on newer kernel-version. But how can I than access the syscalls from C ?

    PS: Without inline assembly if possible.
    Last edited by lilcoder; 09-07-2007 at 09:43 AM. Reason: added PS

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. vector : accessing values
    By rahulsk1947 in forum C++ Programming
    Replies: 1
    Last Post: 06-01-2009, 09:26 PM
  2. accessing a variable from another method
    By larne in forum C++ Programming
    Replies: 14
    Last Post: 01-16-2009, 04:24 PM
  3. Accessing bit fields using a union problem.
    By samdomville in forum C Programming
    Replies: 6
    Last Post: 12-10-2008, 04:39 PM
  4. Problems accessing logged on user via System.Security
    By conor20_ie in forum C# Programming
    Replies: 5
    Last Post: 11-16-2007, 07:52 AM
  5. Accessing hardware directly (equivalent) in XP
    By Trauts in forum Windows Programming
    Replies: 7
    Last Post: 01-30-2003, 12:35 PM