[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] Fix Win32 ARM target
From: |
Hervé Poussineau |
Subject: |
[Qemu-devel] [PATCH] Fix Win32 ARM target |
Date: |
Mon, 07 Jan 2008 10:23:45 +0100 |
Hi,
Windows doesn't implement localtime_r() and gmtime_r() functions, which
lead to ARM target breakage.
I added a very simple implementation of them (however not thread-safe),
which leads to fix ARM target and to simplification of code in a few
other files.
Bonus is that it also fixes a problem with GMT vs local time in
m48t59.c :)
Hervé
win32_arm_fix.patch
Description: Binary data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [PATCH] Fix Win32 ARM target,
Hervé Poussineau <=