syscall Reference

File
lib/system/include/system/syscall.h
Date
Wednesday, June 25, 2014
Includes
  • <stdint.h>

Tasks

syscall(int, ...)

uint64_t syscall( int n, ... );

syscall(int, ...)

uint32_t syscall( int n, ... );

Macros

__LIBPOSIX_SYS_SYSCALL_H__

#define __LIBPOSIX_SYS_SYSCALL_H__

SYS_exit

#define SYS_exit 1

SYS_MAXSYSCALL

#define SYS_MAXSYSCALL 256

SYS_mmap

#define SYS_mmap 197

SYS_munmap

#define SYS_munmap 73

SYS_null

#define SYS_null 0