OSDN Git Service

linux-user: fix argument type declaration of rt_sigqueinfo() syscall
authorMiloš Stojanović <Milos.Stojanovic@rt-rk.com>
Mon, 15 May 2017 14:59:45 +0000 (16:59 +0200)
committerRiku Voipio <riku.voipio@linaro.org>
Mon, 29 May 2017 11:56:08 +0000 (14:56 +0300)
commitc1a402a7ae9ba9c41b4ac7e7ca3e48e4d60eb35a
treed6c525ff3c97054130a4f57801da46a06ee383b5
parentd8b6d892c66c1b6f505cd5a2576e08deea200e6d
linux-user: fix argument type declaration of rt_sigqueinfo() syscall

Change the type of the first argument of rt_sigqueinfo() from int to pid_t
in the syscall declaration to match specifications of the system call.

Proper spacing is added to satisfy checkpatch.pl.

Signed-off-by: Miloš Stojanović <Milos.Stojanovic@rt-rk.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/syscall.c