Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e5fbf67d
Commit
e5fbf67d
authored
Jan 30, 2014
by
Stephan Springl
Committed by
Al Viro
Jan 31, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo in compat_sys_lseek() declaration
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
807612db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/linux/compat.h
include/linux/compat.h
+1
-1
No files found.
include/linux/compat.h
View file @
e5fbf67d
...
@@ -337,7 +337,7 @@ asmlinkage ssize_t compat_sys_preadv(compat_ulong_t fd,
...
@@ -337,7 +337,7 @@ asmlinkage ssize_t compat_sys_preadv(compat_ulong_t fd,
asmlinkage
ssize_t
compat_sys_pwritev
(
compat_ulong_t
fd
,
asmlinkage
ssize_t
compat_sys_pwritev
(
compat_ulong_t
fd
,
const
struct
compat_iovec
__user
*
vec
,
const
struct
compat_iovec
__user
*
vec
,
compat_ulong_t
vlen
,
u32
pos_low
,
u32
pos_high
);
compat_ulong_t
vlen
,
u32
pos_low
,
u32
pos_high
);
asmlinkage
long
comat_sys_lseek
(
unsigned
int
,
compat_off_t
,
unsigned
int
);
asmlinkage
long
com
p
at_sys_lseek
(
unsigned
int
,
compat_off_t
,
unsigned
int
);
asmlinkage
long
compat_sys_execve
(
const
char
__user
*
filename
,
const
compat_uptr_t
__user
*
argv
,
asmlinkage
long
compat_sys_execve
(
const
char
__user
*
filename
,
const
compat_uptr_t
__user
*
argv
,
const
compat_uptr_t
__user
*
envp
);
const
compat_uptr_t
__user
*
envp
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment