]> Cypherpunks repositories - gostls13.git/commit
include: remove unnecessary stuff on windows
authorShenghou Ma <minux@golang.org>
Thu, 1 Jan 2015 07:23:55 +0000 (02:23 -0500)
committerMinux Ma <minux@golang.org>
Fri, 2 Jan 2015 03:36:11 +0000 (03:36 +0000)
commit29c85739d5492011ead7042ea3a6c2e35e252a36
tree8afe2ce662b2518d3689c41a72717d5109b7e680
parentcb1897a58c38b435f7aa478356bc86feb78d8a02
include: remove unnecessary stuff on windows

Our definition of struct timespec used to cause problems with
certain versions of mingw-rt. However, as it turns out, we don't
actually need those definitions and prototypes, so remove them.

Fixes #9472.

Change-Id: Ie0880f0d58be112625140f73d0bed71f98b7cf05
Reviewed-on: https://go-review.googlesource.com/2236
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
include/libc.h