src/libc/syscalls.h File Reference

Wrapper functions for system calls used by the xCalls library. More...

#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdio.h>

Go to the source code of this file.


Detailed Description

Wrapper functions for system calls used by the xCalls library.

Todo:
Use lazy symbol evaluation for system call names: handle = dlopen("/lib/libc.so.6", RTLD_LAZY); dlsym(handle, name);

Definition in file syscalls.h.


Generated on Wed Dec 9 20:32:40 2009 for xCalls by  doxygen 1.4.7