aboutsummaryrefslogtreecommitdiff
path: root/handle_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'handle_event.c')
-rw-r--r--handle_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handle_event.c b/handle_event.c
index 28992d4..c96b9e6 100644
--- a/handle_event.c
+++ b/handle_event.c
@@ -426,7 +426,7 @@ temporary_syscall_symbol(const char *name)
free(syscall);
return NULL;
}
- library_init(syscalls);
+ library_init(syscalls, (enum library_type)-1);
library_set_soname(syscalls, "SYS", 0);
library_symbol_init(syscall, 0, name, 0, LS_TOPLT_NONE);
library_add_symbol(syscalls, syscall);