patch-2.2.19 linux/include/asm-alpha/uaccess.h
Next file: linux/include/asm-arm/proc-armo/ptrace.h
Previous file: linux/include/asm-alpha/system.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Sun Mar 25 11:37:39 2001
- Orig file:
v2.2.18/include/asm-alpha/uaccess.h
- Orig date:
Sun Mar 25 11:12:39 2001
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/include/asm-alpha/uaccess.h linux/include/asm-alpha/uaccess.h
@@ -479,14 +479,6 @@
return ret;
}
-/* Returns: 0 if bad, string length+1 (memory size) of string if ok */
-extern long __strlen_user(const char *);
-
-extern inline long strlen_user(const char *str)
-{
- return access_ok(VERIFY_READ,str,0) ? __strlen_user(str) : 0;
-}
-
/* Returns: 0 if exception before NUL or reaching the supplied limit (N),
* a value greater than N if the limit would be exceeded, else strlen. */
extern long __strnlen_user(const char *, long);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)