UbixOS  2.0
syscalls_posix.c File Reference
Include dependency graph for syscalls_posix.c:

Go to the source code of this file.

Variables

struct syscall_entry systemCalls_posix []
 
int totalCalls_posix = sizeof(systemCalls_posix) / sizeof(struct syscall_entry)
 

Variable Documentation

◆ systemCalls_posix

struct syscall_entry systemCalls_posix[]

Definition at line 33 of file syscalls_posix.c.

Referenced by sys_call_posix().

◆ totalCalls_posix

int totalCalls_posix = sizeof(systemCalls_posix) / sizeof(struct syscall_entry)

Definition at line 2791 of file syscalls_posix.c.

Referenced by sys_call_posix().