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
nexedi
linux
Commits
50b72e60
Commit
50b72e60
authored
Sep 29, 2008
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: sh_ksyms_64 needs __strncpy_from_user() definition.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
091db045
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
arch/sh/include/asm/uaccess_64.h
arch/sh/include/asm/uaccess_64.h
+2
-0
No files found.
arch/sh/include/asm/uaccess_64.h
View file @
50b72e60
...
...
@@ -85,5 +85,7 @@ extern long __put_user_asm_q(void *, long);
extern
void
__put_user_unknown
(
void
);
extern
long
__strnlen_user
(
const
char
*
__s
,
long
__n
);
extern
int
__strncpy_from_user
(
unsigned
long
__dest
,
unsigned
long
__user
__src
,
int
__count
);
#endif
/* __ASM_SH_UACCESS_64_H */
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