1
0
mirror of https://github.com/golang/go synced 2024-11-11 22:20:22 -07:00

build: fix for 32-bit windows builds on 64-bit windows system

Thanks to jon.forums@ for the fix.

Fixes #5051.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/7813045
This commit is contained in:
Russ Cox 2013-03-15 12:30:14 -04:00
parent e67f198516
commit 0f1b488093

View File

@ -308,7 +308,7 @@ extern void flagprint(int);
#ifdef _WIN32
#ifndef _WIN64
#if !defined(_WIN64) && !defined(__MINGW64_VERSION_MAJOR)
struct timespec {
int tv_sec;
long tv_nsec;