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

Commit

Permalink
Move last remaining module from std.c and remove a reference to Windo…
Browse files Browse the repository at this point in the history
…ws in core.sys.posix
  • Loading branch information
joakim-noah committed Oct 31, 2014
1 parent 4d82d3d commit c208db6
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 c208db6

Please sign in to comment.