nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
syscall.c File Reference
#include <sys/syscall.h>
#include <stddef.h>
#include <sys/types.h>
#include <stdio.h>
#include <stdarg.h>
#include <errno.h>
Include dependency graph for syscall.c:

Go to the source code of this file.

Functions

int syscall (int fn,...)
 

Function Documentation

int syscall ( int  fn,
  ... 
)

Definition at line 85 of file syscall.c.

References ENOSYS, SYS_NR_CLOSE, SYS_NR_CLOSEDIR, SYS_NR_OPEN, SYS_NR_OPENDIR, SYS_NR_READ, SYS_NR_READDIR, SYS_NR_SEEK, SYS_NR_WRITE, SYS_NR_YIELD, va_arg, va_end, and va_start.

Referenced by pthread_yield().

Here is the caller graph for this function: