sandbox_syscall.h 206 B

12345678
  1. #ifndef SANDBOX_SYSCALL_H__
  2. # define SANDBOX_SYSCALL_H__
  3. int ovr_open(struct s_sandboxenv *);
  4. int ovr_close(struct s_sandboxenv *);
  5. int ovr_write(struct s_sandboxenv *);
  6. #endif /* SANDBOX_SYSCALL_H__ */