summaryrefslogtreecommitdiff
path: root/libphobos/libdruntime/core/thread/threadbase.d
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos/libdruntime/core/thread/threadbase.d')
-rw-r--r--libphobos/libdruntime/core/thread/threadbase.d3
1 files changed, 3 insertions, 0 deletions
diff --git a/libphobos/libdruntime/core/thread/threadbase.d b/libphobos/libdruntime/core/thread/threadbase.d
index 84f9203f23b..f593387c755 100644
--- a/libphobos/libdruntime/core/thread/threadbase.d
+++ b/libphobos/libdruntime/core/thread/threadbase.d
@@ -84,7 +84,10 @@ private
enum mutexClassInstanceSize = __traits(classInstanceSize, Mutex);
alias swapContext = externDFunc!("core.thread.osthread.swapContext", void* function(void*) nothrow @nogc);
+}
+package
+{
alias getStackBottom = externDFunc!("core.thread.osthread.getStackBottom", void* function() nothrow @nogc);
alias getStackTop = externDFunc!("core.thread.osthread.getStackTop", void* function() nothrow @nogc);
}