Revision d3e8f957 qemu-os-win32.h

b/qemu-os-win32.h
68 68
/* Declaration of ffs() is missing in MinGW's strings.h. */
69 69
int ffs(int i);
70 70

  
71
/* Missing POSIX functions. Don't use MinGW-w64 macros. */
72
#undef gmtime_r
73
struct tm *gmtime_r(const time_t *timep, struct tm *result);
74
#undef localtime_r
75
struct tm *localtime_r(const time_t *timep, struct tm *result);
76

  
71 77
static inline void os_setup_signal_handling(void) {}
72 78
static inline void os_daemonize(void) {}
73 79
static inline void os_setup_post(void) {}

Also available in: Unified diff