rust/src/libstd/sys
bors b339f38fa2 Auto merge of #27995 - nagisa:windows-error-message, r=alexcrichton
According to https://msdn.microsoft.com/en-us/library/windows/desktop/ms679351(v=vs.85).aspx:

> If the function succeeds, the return value is the number of TCHARs stored in the output buffer,
> excluding the terminating null character.

_**Completely untested**_… since I have no Windows machine or anything of a sort to test this on.

r? @aturon
2015-08-25 16:22:17 +00:00
..
common Add Send/Sync traits on LookupHost struct 2015-08-23 22:27:33 +02:00
unix Atomically open files with O_CLOEXEC where possible 2015-08-24 20:02:09 +02:00
windows Auto merge of #27995 - nagisa:windows-error-message, r=alexcrichton 2015-08-25 16:22:17 +00:00