open(): record private_data

Conflicts:
	kernel/syscall.c
This commit is contained in:
Balazs Gerofi
2017-07-25 11:58:22 +09:00
parent b9b4a4fe36
commit b2c8cc50dc
4 changed files with 21 additions and 0 deletions

View File

@ -191,6 +191,7 @@ struct syscall_response {
long ret;
unsigned long fault_address;
unsigned long fault_reason;
void *private_data;
};
struct syscall_ret_desc {