summaryrefslogtreecommitdiffstats
path: root/runtime/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/copy.c')
-rw-r--r--runtime/copy.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/copy.c b/runtime/copy.c
index 6eaab3d9..688207e5 100644
--- a/runtime/copy.c
+++ b/runtime/copy.c
@@ -1,3 +1,8 @@
+/* -*- linux-c -*- */
+/** @file copy.c
+ * @brief Functions to copy from user space.
+ */
+
long _stp_strncpy_from_user(char *dst, const char __user *src, long count);
//static long __stp_strncpy_from_user(char *dst, const char __user *src, long count);
@@ -74,7 +79,6 @@ do { \
* <i>count</i> bytes and returns <i>count</i>.
*/
-
long
_stp_strncpy_from_user(char *dst, const char __user *src, long count)
{