X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FAwaitEvent.h;h=ecc13b8ff2988f05aaa695fe9aa65f3eb4a73746;hb=209e093599d0d4db5487d124895d817c55b7c052;hp=e03cb4444e71f2c3e7dbfa2d23f1960c9a4bc9a6;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/rts/AwaitEvent.h b/rts/AwaitEvent.h index e03cb44..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 /* SELECT_H */ +#endif /* AWAITEVENT_H */