mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
core: fix crash on plugin reload when using musl libc (issue #2052)
This commit is contained in:
@@ -105,6 +105,8 @@ struct t_trigger_context
|
||||
} \
|
||||
return __rc;
|
||||
|
||||
extern unsigned long trigger_context_id;
|
||||
|
||||
extern int trigger_callback_signal_cb (const void *pointer, void *data,
|
||||
const char *signal,
|
||||
const char *type_data,
|
||||
|
||||
Reference in New Issue
Block a user