syscalls_32.c 128 B

1234567
  1. #include <linux/syscalls.h>
  2. #include <os.h>
  3. SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
  4. {
  5. return -EINVAL;
  6. }