Commit 0f1b4880 authored by Russ Cox's avatar Russ Cox

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
parent e67f1985
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment