summaryrefslogtreecommitdiff
path: root/lib/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log.h')
-rw-r--r--lib/log.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/log.h b/lib/log.h
index 9368bf9e82..e41a472e0d 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -128,12 +128,8 @@ const char *lookup_msg(const struct message *mz, int kz, const char *nf);
extern const char *safe_strerror(int errnum);
/* To be called when a fatal signal is caught. */
-extern void zlog_signal(int signo, const char *action
-#ifdef SA_SIGINFO
- ,
- siginfo_t *siginfo, void *program_counter
-#endif
- );
+extern void zlog_signal(int signo, const char *action, void *siginfo,
+ void *program_counter);
/* Log a backtrace. */
extern void zlog_backtrace(int priority);