diff options
Diffstat (limited to 'rts/Schedule.h')
-rw-r--r-- | rts/Schedule.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rts/Schedule.h b/rts/Schedule.h index 378bd68c66..c83b6fdcb6 100644 --- a/rts/Schedule.h +++ b/rts/Schedule.h @@ -14,6 +14,8 @@ #include "Capability.h" #include "eventlog/EventLog.h" +#pragma GCC visibility push(hidden) + /* initScheduler(), exitScheduler() * Called from STG : no * Locks assumed : none @@ -239,5 +241,7 @@ emptyThreadQueues(Capability *cap) #endif /* !IN_STG_CODE */ +#pragma GCC visibility pop + #endif /* SCHEDULE_H */ |