commit | c1a402a7ae9ba9c41b4ac7e7ca3e48e4d60eb35a | [log] [tgz] |
---|---|---|
author | Miloš Stojanović <Milos.Stojanovic@rt-rk.com> | Mon May 15 16:59:45 2017 +0200 |
committer | Riku Voipio <riku.voipio@linaro.org> | Mon May 29 14:56:08 2017 +0300 |
tree | d6c525ff3c97054130a4f57801da46a06ee383b5 | |
parent | d8b6d892c66c1b6f505cd5a2576e08deea200e6d [diff] |
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>