|
nckernel
0.1
|
#include <sys/syscall.h>#include <stddef.h>#include <sys/types.h>#include <stdio.h>#include <stdarg.h>#include <errno.h>
Go to the source code of this file.
Functions | |
| int | syscall (int fn,...) |
| 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().

1.8.4