]> Git Repo - qemu.git/commit - savevm.c
stdio_pclose: return -errno on error (v3)
authorEduardo Habkost <[email protected]>
Thu, 10 Nov 2011 12:41:44 +0000 (10:41 -0200)
committerAnthony Liguori <[email protected]>
Mon, 12 Dec 2011 17:47:19 +0000 (11:47 -0600)
commit26f1af0aa3db024349f6bb6ed7a0ac89052910bb
tree5461bd78ef6d593e42cb4af12f14df520d73305e
parentd82ca915875ac55ba291435f7eb4fe7bfcb2cecb
stdio_pclose: return -errno on error (v3)

This is what qemu_fclose() expects.

Changes v1 -> v2:
 - On success, keep returning pclose() return value, instead of always 0.

Changes v2 -> v3:
 - Add braces on if statements to match coding style

Signed-off-by: Eduardo Habkost <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
savevm.c
This page took 0.025642 seconds and 4 git commands to generate.