diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-01-07 23:08:13 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-01-11 09:44:37 +0100 |
commit | eb7ff6fb0bddb33991fa44586ac8e2e02019dc97 (patch) | |
tree | 0a6fcfc7520909bc0ec7e74ec1921c402076c7b2 /hw/fdc.c | |
parent | 68b891ec3937aa2e18eed5a403b1d9fd9b875084 (diff) | |
download | hqemu-eb7ff6fb0bddb33991fa44586ac8e2e02019dc97.zip hqemu-eb7ff6fb0bddb33991fa44586ac8e2e02019dc97.tar.gz |
Replace remaining gmtime, localtime by gmtime_r, localtime_r
This allows removing of MinGW specific code and improves
reentrancy for POSIX hosts.
[Removed unused ret variable in qemu_get_timedate() to fix warning:
vl.c: In function ‘qemu_get_timedate’:
vl.c:451:16: error: variable ‘ret’ set but not used [-Werror=unused-but-set-variable]
-- Stefan Hajnoczi]
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/fdc.c')
0 files changed, 0 insertions, 0 deletions