From 48d6c69b345096425644b7796a7bc6b36bf0e974 Mon Sep 17 00:00:00 2001 From: ajs Date: Fri, 26 Nov 2004 20:52:59 +0000 Subject: 2004-11-26 Andrew J. Schorr * log.c, log.h, memory.c: Change function name from zlog_backtrace_safe to the more self-explanatory zlog_backtrace_sigsafe. --- lib/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/log.h') 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 */ -- cgit v1.2.1