]> Git Repo - qemu.git/commit
linux-user/main.c: Use TARGET_SIG* instead of SIG*
authorChen Gang S <[email protected]>
Sun, 25 Jan 2015 11:35:58 +0000 (19:35 +0800)
committerMichael Tokarev <[email protected]>
Tue, 10 Feb 2015 06:27:20 +0000 (09:27 +0300)
commita86b3c64d45f2bf306fd4bf879abb4ac21d761f9
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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
linux-user/main.c
This page took 0.032114 seconds and 4 git commands to generate.