Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
521f2016
Commit
521f2016
authored
Sep 15, 2010
by
Simon Marlow
Browse files
rts_isProfiled should be a visible API (fixes T2615(dyn))
parent
a6049f03
Changes
2
Hide whitespace changes
Inline
Side-by-side
includes/rts/prof/CCS.h
View file @
521f2016
...
...
@@ -14,6 +14,9 @@
#ifndef RTS_PROF_CCS_H
#define RTS_PROF_CCS_H
// Returns non-zero if the RTS is a profiling version
int
rts_isProfiled
(
void
);
/* -----------------------------------------------------------------------------
* Data Structures
* ---------------------------------------------------------------------------*/
...
...
rts/RtsUtils.h
View file @
521f2016
...
...
@@ -46,8 +46,6 @@ void printRtsInfo(void);
/* Alternate to raise(3) for threaded rts, for OpenBSD */
int
genericRaise
(
int
sig
);
int
rts_isProfiled
(
void
);
#include
"EndPrivate.h"
#endif
/* RTSUTILS_H */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment