X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FAwaitEvent.h;h=ecc13b8ff2988f05aaa695fe9aa65f3eb4a73746;hb=cd47700887365ca2a6af17d03e731efce65cf2ac;hp=758e81a288a66bf47af917e84fc1b310b9443f82;hpb=a2a67cd520b9841114d69a87a423dabcb3b4368e;p=ghc-hetmet.git diff --git a/rts/AwaitEvent.h b/rts/AwaitEvent.h index 758e81a..ecc13b8 100644 --- a/rts/AwaitEvent.h +++ b/rts/AwaitEvent.h @@ -17,8 +17,8 @@ * Called from STG : NO * Locks assumed : sched_mutex */ -void awaitEvent(rtsBool wait); /* In posix/Select.c or - * win32/AwaitEvent.c */ +RTS_PRIVATE void awaitEvent(rtsBool wait); /* In posix/Select.c or + * win32/AwaitEvent.c */ #endif #endif /* AWAITEVENT_H */