diff options
Diffstat (limited to 'runtime/user/copy.c')
-rw-r--r-- | runtime/user/copy.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/user/copy.c b/runtime/user/copy.c new file mode 100644 index 00000000..2186aa59 --- /dev/null +++ b/runtime/user/copy.c @@ -0,0 +1,7 @@ +long +_stp_strncpy_from_user(char *dst, const char __user *src, long count) +{ + return 0; +} + +void __get_user_4(void) {}; |