We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b09032e + e083ae5 commit 6f715eeCopy full SHA for 6f715ee
1 file changed
src/core/thread/osthread.d
@@ -112,6 +112,11 @@ version (Solaris)
112
import core.sys.posix.sys.wait : idtype_t;
113
}
114
115
+version (GNU)
116
+{
117
+ import gcc.builtins;
118
+}
119
+
120
/**
121
* Hook for whatever EH implementation is used to save/restore some data
122
* per stack.
0 commit comments