![]() |
|
|||
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 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |