summaryrefslogtreecommitdiff
path: root/lib/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log.h')
-rw-r--r--lib/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log.h b/lib/log.h
index 0df75e73..17b24cd7 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -132,6 +132,6 @@ extern void zlog_backtrace(int priority);
called unless the program is about to exit or abort, since it messes
up the state of zlog file pointers. This function needs to be enhanced
to support syslog logging. */
-extern void zlog_backtrace_safe(int priority);
+extern void zlog_backtrace_sigsafe(int priority);
#endif /* _ZEBRA_LOG_H */