This website requires JavaScript.
Explore
Help
Sign in
evie
/
android_kernel_oneplus_msm8998
Watch
1
Star
0
Fork
You've already forked android_kernel_oneplus_msm8998
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1c2499ae87
android_kernel_oneplus_msm8998
/
arch
/
um
/
kernel
/
internal.h
2 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
Mark arguments to certain syscalls as being const Mark arguments to certain system calls as being const where they should be but aren't. The list includes: (*) The filename arguments of various stat syscalls, execve(), various utimes syscalls and some mount syscalls. (*) The filename arguments of some syscall helpers relating to the above. (*) The buffer argument of various write syscalls. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-08-11 11:26:22 +01:00
extern
long
um_execve
(
const
char
*
file
,
char
__user
*
__user
*
argv
,
char
__user
*
__user
*
env
)
;
Reference in a new issue
Copy permalink