Skip to content

Commit

Permalink
sh: sh_ksyms_64 needs __strncpy_from_user() definition.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 29, 2008
1 parent 091db04 commit 50b72e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/sh/include/asm/uaccess_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 50b72e6

Please sign in to comment.