Go to the documentation of this file. 1#ifndef __VSF_LINUX_SYSCALL_H__
2#define __VSF_LINUX_SYSCALL_H__
5#if VSF_LINUX_CFG_RELATIVE_PATH == ENABLED
6# include "../sys/random.h"
7# include "../sys/eventfd.h"
8# include "../sys/epoll.h"
9# include "../sys/stat.h"
21#define SYS_getrandom getrandom
23#define syscall(__func, ...) __func(__VA_ARGS__)