]> git.proxmox.com Git - qemu.git/commit
linux-user/syscall.c: Implement f and l versions of set/get/removexattr
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 14 Dec 2011 15:37:18 +0000 (15:37 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Thu, 2 Feb 2012 15:51:20 +0000 (17:51 +0200)
commit30297b55f797e5b74d1823b64c52b1bebd2a5d85
tree1a9062fe82d1df2bcc8f54ba0445e73819646f96
parente3c33ec6b07dc4d0503cb43b2114be47fc344d36
linux-user/syscall.c: Implement f and l versions of set/get/removexattr

Implement the f and l versions (operate on fd, don't follow links)
of the setxattr, getxattr and removexattr syscalls.

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