diff options
| author | 2005-11-07 00:58:50 -0800 | |
|---|---|---|
| committer | 2005-11-07 07:53:31 -0800 | |
| commit | bb578426253ab9950cc20b4e5dd6aefb5500144f (patch) | |
| tree | cd1b874512440f739dc555a40efb5edd51de275b /arch/um/include/uml_uaccess.h | |
| parent | [PATCH] uml: fix UML network driver endianness bugs (diff) | |
| download | linux-dev-bb578426253ab9950cc20b4e5dd6aefb5500144f.tar.xz linux-dev-bb578426253ab9950cc20b4e5dd6aefb5500144f.zip | |
[PATCH] uml: separate libc-dependent uaccess code
The serial UML OS-abstraction layer patch (um/kernel dir).
This moves all systemcalls from uaccess_user.c file under os-Linux dir
Signed-off-by: Gennady Sharapov <Gennady.V.Sharapov@intel.com>
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/include/uml_uaccess.h')
| -rw-r--r-- | arch/um/include/uml_uaccess.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/include/uml_uaccess.h b/arch/um/include/uml_uaccess.h index f77eb6428453..c0df11d06f5e 100644 --- a/arch/um/include/uml_uaccess.h +++ b/arch/um/include/uml_uaccess.h @@ -8,10 +8,6 @@ extern int __do_copy_to_user(void *to, const void *from, int n, void **fault_addr, void **fault_catcher); -extern unsigned long __do_user_copy(void *to, const void *from, int n, - void **fault_addr, void **fault_catcher, - void (*op)(void *to, const void *from, - int n), int *faulted_out); void __do_copy(void *to, const void *from, int n); #endif |
