]> git.proxmox.com Git - mirror_qemu.git/commit - linux-user/syscall.c
linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAME
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 3 Feb 2012 14:48:03 +0000 (14:48 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 6 Apr 2012 15:49:58 +0000 (18:49 +0300)
commitdb9526b10a956fd80c08727685c300b63d5a7465
treead5c49d4ec5972b25eb64b12316f678ecaff4f11
parent1e6722f8b0c1eaff305c39d32c07054450ebdad1
linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAME

Add support for the prctl options PR_GET_NAME and PR_SET_NAME,
which take or return a name in a 16 byte buffer pointed to by arg2.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/syscall.c