Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
e5fbf67d
Commit
e5fbf67d
authored
11 years ago
by
Stephan Springl
Committed by
Al Viro
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Typo in compat_sys_lseek() declaration
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
807612db
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/linux/compat.h
+1
-1
1 addition, 1 deletion
include/linux/compat.h
with
1 addition
and
1 deletion
include/linux/compat.h
+
1
−
1
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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment