X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FThreadPaused.h;h=197b8d3257fb7a5851a3682853ecbbe6189966ae;hb=209e093599d0d4db5487d124895d817c55b7c052;hp=60cded28853e14f7c6759de34b57ffe42fdd3a74;hpb=a2a67cd520b9841114d69a87a423dabcb3b4368e;p=ghc-hetmet.git diff --git a/rts/ThreadPaused.h b/rts/ThreadPaused.h index 60cded2..197b8d3 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 */