aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wrapfuncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'templates/wrapfuncs.c')
-rw-r--r--templates/wrapfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wrapfuncs.c b/templates/wrapfuncs.c
index 935561b..c0170d9 100644
--- a/templates/wrapfuncs.c
+++ b/templates/wrapfuncs.c
@@ -34,7 +34,7 @@ ${name}(${decl_args}) {
int save_errno;
if (antimagic > 0) {
if (real_$name) {
- ${prologue_call_real}
+ /* call the real syscall */
${rc_assign} (*real_${name})(${call_args});
} else {
/* rc was initialized to the "failure" value */