This commit is contained in:
ShirkNeko
2025-11-09 18:10:25 +08:00
parent 92e9f4068a
commit a2caa9432f

View File

@@ -466,7 +466,7 @@ static int ksu_handle_vfs_read(struct file **file_ptr, char __user **buf_ptr,
return 0; return 0;
} }
static int ksu_handle_sys_read(unsigned int fd, char __user **buf_ptr, int ksu_handle_sys_read(unsigned int fd, char __user **buf_ptr,
size_t *count_ptr) size_t *count_ptr)
{ {
struct file *file = fget(fd); struct file *file = fget(fd);