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

Commit 6f715ee

Browse files
authored
Merge pull request #3146 from ibuclaw/reg/3135
core.thread.osthread: Re-add import gcc.builtins merged-on-behalf-of: Nicholas Wilson <[email protected]>
2 parents b09032e + e083ae5 commit 6f715ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/core/thread/osthread.d

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ version (Solaris)
112112
import core.sys.posix.sys.wait : idtype_t;
113113
}
114114

115+
version (GNU)
116+
{
117+
import gcc.builtins;
118+
}
119+
115120
/**
116121
* Hook for whatever EH implementation is used to save/restore some data
117122
* per stack.

0 commit comments

Comments
 (0)