summaryrefslogtreecommitdiff
path: root/lib/interception
diff options
context:
space:
mode:
Diffstat (limited to 'lib/interception')
-rw-r--r--lib/interception/interception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/interception/interception.h b/lib/interception/interception.h
index 7c0de4a6f..6ff735568 100644
--- a/lib/interception/interception.h
+++ b/lib/interception/interception.h
@@ -128,7 +128,7 @@
#endif // MAC_INTERPOSE_FUNCTIONS
#define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \
- DECLARE_REAL(ret_type, func, ##__VA_ARGS__) \
+ DECLARE_REAL(ret_type, func, __VA_ARGS__) \
extern "C" ret_type WRAP(func)(__VA_ARGS__);
// Generally, you don't need to use DEFINE_REAL by itself, as INTERCEPTOR