mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 22:22:08 +02:00
[PATCH] uml: add an export
Some modules need strnlen_user_skas. Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
995473aec0
commit
db9d988eaa
|
|
@ -47,6 +47,7 @@ EXPORT_SYMBOL(copy_to_user_tt);
|
|||
#endif
|
||||
|
||||
#ifdef CONFIG_MODE_SKAS
|
||||
EXPORT_SYMBOL(strnlen_user_skas);
|
||||
EXPORT_SYMBOL(strncpy_from_user_skas);
|
||||
EXPORT_SYMBOL(copy_to_user_skas);
|
||||
EXPORT_SYMBOL(copy_from_user_skas);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user