linux-user/main.c: Use TARGET_SIG* instead of SIG*
commita86b3c64d45f2bf306fd4bf879abb4ac21d761f9
authorChen Gang S <gang.chen@sunrus.com.cn>
Sun, 25 Jan 2015 11:35:58 +0000 (25 19:35 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 10 Feb 2015 06:27:20 +0000 (10 09:27 +0300)
tree4eac394bd438ac740cb69ee63e9fc17fbb8cac3b
parent71ec7cef01b0f855cb9f774300f80d1ddcb91fc9
linux-user/main.c: Use TARGET_SIG* instead of SIG*

In main.c, all SIG* should be TARGET_SIG*, since the relevant functions
(queue_signal() and gdb_handlesig()) expect TARGET_SIG*.

The corresponding vi command is "1,$ s/\<SIG/TARGET_SIG/g".

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
linux-user/main.c