summaryrefslogtreecommitdiff
path: root/rtl/bsd/sysosh.inc
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/bsd/sysosh.inc')
-rw-r--r--rtl/bsd/sysosh.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/rtl/bsd/sysosh.inc b/rtl/bsd/sysosh.inc
index 4bb5fd284d..d4442596d7 100644
--- a/rtl/bsd/sysosh.inc
+++ b/rtl/bsd/sysosh.inc
@@ -26,5 +26,8 @@ type
PRTLCriticalSection = ^TRTLCriticalSection;
TRTLCriticalSection = {$i pmutext.inc}
-
+{$if defined(darwin) and defined(powerpc)}
+ { for profiling support }
+ procedure mcount(p: pointer); compilerproc; cdecl; external;
+{$endif}