summaryrefslogtreecommitdiff
path: root/rts/ThreadPaused.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/ThreadPaused.h')
-rw-r--r--rts/ThreadPaused.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ThreadPaused.h b/rts/ThreadPaused.h
index 60cded2885..197b8d3257 100644
--- a/rts/ThreadPaused.h
+++ b/rts/ThreadPaused.h
@@ -9,6 +9,6 @@
#ifndef THREADPAUSED_H
#define THREADPAUSED_H
-void threadPaused ( Capability *cap, StgTSO * );
+RTS_PRIVATE void threadPaused ( Capability *cap, StgTSO * );
#endif /* THREADPAUSED_H */