lx_emul/shadow/uaccess_64: add 'clear_user'

issue #4958
This commit is contained in:
Sebastian Sumpf 2023-06-14 15:35:02 +02:00 committed by Christian Helmuth
parent 3925c7ec60
commit c4ec847680

View File

@ -10,4 +10,6 @@
unsigned long raw_copy_from_user(void *to, const void * from, unsigned long n);
unsigned long raw_copy_to_user(void *to, const void *from, unsigned long n);
unsigned long clear_user(void *mem, unsigned long len);
#endif /* _ASM__UACCESS_64_H_ */