linux-user: Add infrastructure for handling MIPS-specific prctl()
commit5b702ffd42190698b08de683ed6cd1527457e3d4
authorStefan Markovic <smarkovic@wavecomp.com>
Fri, 12 Oct 2018 10:57:35 +0000 (12 12:57 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 18 Oct 2018 18:37:20 +0000 (18 20:37 +0200)
tree036be2c3195848e6d4f621b01022bd84ce0bcf9d
parenta2b9a10e94f5fc08f793b495bbb2b9416fafac83
linux-user: Add infrastructure for handling MIPS-specific prctl()

Add infrastructure for handling MIPS-specific prctl(). This is,
for now, just an empty placeholder. The real handling will be
implemented in subsequent patches.

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Stefan Markovic <smarkovic@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
linux-user/syscall.c