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 c0170d9..61065c5 100644
--- a/templates/wrapfuncs.c
+++ b/templates/wrapfuncs.c
@@ -30,7 +30,7 @@ ${name}(${decl_args}) {
sigprocmask(SIG_SETMASK, &saved, NULL);
${def_return}
}
- if (pseudo_populate_wrappers()) {
+ if (pseudo_check_wrappers()) {
int save_errno;
if (antimagic > 0) {
if (real_$name) {