Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1007 from joakim-noah/move_winsock
Browse files Browse the repository at this point in the history
Move last remaining module from std.c
  • Loading branch information
MartinNowak committed Nov 8, 2014
2 parents dc73f31 + c208db6 commit b947366
Show file tree
Hide file tree
Showing 7 changed files with 744 additions and 4 deletions.
1 change: 1 addition & 0 deletions mak/COPY
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,6 @@ COPY=\
$(IMPDIR)\core\sys\windows\stat.d \
$(IMPDIR)\core\sys\windows\threadaux.d \
$(IMPDIR)\core\sys\windows\windows.d \
$(IMPDIR)\core\sys\windows\winsock2.d \
\
$(IMPDIR)\etc\linux\memoryerror.d
1 change: 1 addition & 0 deletions mak/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ MANIFEST=\
src\core\sys\windows\stat.d \
src\core\sys\windows\threadaux.d \
src\core\sys\windows\windows.d \
src\core\sys\windows\winsock2.d \
\
src\gc\gc.d \
src\gc\os.d \
Expand Down
1 change: 1 addition & 0 deletions mak/SRCS
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ SRCS=\
src\core\sys\windows\stat.d \
src\core\sys\windows\threadaux.d \
src\core\sys\windows\windows.d \
src\core\sys\windows\winsock2.d \
\
src\gc\gc.d \
src\gc\os.d \
Expand Down
4 changes: 0 additions & 4 deletions src/core/sys/posix/time.d
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,6 @@ else version (Solaris)
{
enum CLOCK_MONOTONIC = 4;
}
else version (Windows)
{
pragma(msg, "no Windows support for CLOCK_MONOTONIC");
}
else version (Android)
{
enum CLOCK_MONOTONIC = 1;
Expand Down
Loading

0 comments on commit b947366

Please sign in to comment.