[commit: ghc] master: Fix build on OS X (fix from Duncan Coutts) (f934258)

Ian Lynagh <[email protected]>
Newsgroups gmane.comp.lang.haskell.cvs.ghc
Message-ID <[email protected]>
Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/f934258f571ddb53f84abdc88d989b77c6f8840d

>---------------------------------------------------------------

commit f934258f571ddb53f84abdc88d989b77c6f8840d
Author: Ian Lynagh <[email protected]>
Date:   Tue Oct 16 18:15:46 2012 +0100

    Fix build on OS X (fix from Duncan Coutts)

>---------------------------------------------------------------

 rts/Trace.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/rts/Trace.c b/rts/Trace.c
index 9da2115..78dfead 100644
--- a/rts/Trace.c
+++ b/rts/Trace.c
@@ -798,4 +798,9 @@ void dtraceUserMsgWrapper(Capability *cap, char *msg)
     dtraceUserMsg(cap->no, msg);
 }
 
+void dtraceUserMarkerWrapper(Capability *cap, char *msg)
+{
+    dtraceUserMarker(cap->no, msg);
+}
+
 #endif /* !defined(DEBUG) && !defined(TRACING) && defined(DTRACE) */
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.