Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include <linux/syscalls.h>
0003 #include <os.h>
0004 
0005 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
0006 {
0007     return -EINVAL;
0008 }