This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
linux
Watch
6
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Releases
Wiki
Activity
1c2499ae87
linux
/
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 12:26:22 +02:00
extern
long
um_execve
(
const
char
*
file
,
char
__user
*
__user
*
argv
,
char
__user
*
__user
*
env
)
;
Reference in New Issue
Copy Permalink