aboutsummaryrefslogtreecommitdiff
path: root/gprofng/libcollector/collector.h
diff options
context:
space:
mode:
Diffstat (limited to 'gprofng/libcollector/collector.h')
-rw-r--r--gprofng/libcollector/collector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprofng/libcollector/collector.h b/gprofng/libcollector/collector.h
index 12a6e15..4de7022 100644
--- a/gprofng/libcollector/collector.h
+++ b/gprofng/libcollector/collector.h
@@ -50,7 +50,7 @@
#else
#define DCL_FUNC_VER(REAL_DCL, sym, ver) \
SYMVER_ATTRIBUTE (__collector_ ## sym, ver) \
- REAL_DCL (__collector_ ## sym, CALL_REAL (sym))
+ REAL_DCL (__collector_ ## sym)
#endif
extern hrtime_t __collector_start_time;