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

Commit

Permalink
Removed pointless duplicate declaration of getErrno.
Browse files Browse the repository at this point in the history
core.stdc.errno already declarens getErrno and core.thread imports that.
Redeclaring it in core.thread just creates import conflicts.
  • Loading branch information
jmdavis committed Nov 15, 2011
1 parent e226a55 commit 40903b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/thread.d
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ else version( Posix )
import core.sys.posix.signal;
import core.sys.posix.time;

extern (C) int getErrno();

version( OSX )
{
import core.sys.osx.mach.thread_act;
Expand Down

0 comments on commit 40903b2

Please sign in to comment.