D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 19909 - core.stdc.errno missing POSIX error code on Windows
Summary: core.stdc.errno missing POSIX error code on Windows
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: druntime (show other issues)
Version: D2
Hardware: All Windows
: P1 normal
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2019-05-28 16:53 UTC by fred
Modified: 2020-03-21 03:56 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description fred 2019-05-28 16:53:26 UTC
the stdc/core/errno.d needs additional error code
ECONNRESET.

That error code are available on every linux.
but not Windows.

i don't know what to assign to this.

apache.thrift need this error code.

https://docs.microsoft.com/en-us/cpp/c-runtime-library/errno-constants?view=vs-2019
Comment 2 Dlang Bot 2020-01-16 13:20:17 UTC
@Geod24 updated dlang/druntime pull request #2908 "Fix 19909: core.stdc.errno missing POSIX error code on Windows" fixing this issue:

- Fix issue 19909: core.stdc.errno missing POSIX error code on Windows

https://github.com/dlang/druntime/pull/2908
Comment 3 Dlang Bot 2020-01-16 14:17:36 UTC
dlang/druntime pull request #2908 "Fix issue 19909: core.stdc.errno missing POSIX error code on Windows" was merged into master:

- 28e1fa7154196de658e9ec5d270bf161de2bf12c by Geod24:
  Fix issue 19909: core.stdc.errno missing POSIX error code on Windows

https://github.com/dlang/druntime/pull/2908