Alexandre Julliard (@julliard) commented about dlls/ntdll/unix/system.c:
{ FIXME( "(%d, %p, %d, %p, %d, %p), stub\n", command, in_buff, (int)in_len, out_buff, (int)out_len, retlen );
- return STATUS_NOT_IMPLEMENTED;
- if (is_wow64()) return STATUS_NOT_IMPLEMENTED;
This should go in the wow64 thunk.