summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPeter Maydell2018-05-14 19:30:43 +0200
committerMichael Tokarev2018-05-20 07:55:54 +0200
commitf5bdd781316d2ba140323cb98392e44cac54017d (patch)
treeca78244d68e2b82b637c30fb9023b1a39b896e66 /scripts
parentreplace functions which are only available in glib-2.24 (diff)
downloadqemu-f5bdd781316d2ba140323cb98392e44cac54017d.tar.gz
qemu-f5bdd781316d2ba140323cb98392e44cac54017d.tar.xz
qemu-f5bdd781316d2ba140323cb98392e44cac54017d.zip
gdbstub: Use qemu_set_cloexec()
Use the utility routine qemu_set_cloexec() rather than manually calling fcntl(). This lets us drop the #ifndef _WIN32 guards and also means Coverity doesn't complain that we're ignoring the fcntl error return (CID 1005665, CID 1005667). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions