2005-01-25 Roland McGrath <roland@redhat.com>

* sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
This commit is contained in:
Roland McGrath 2005-01-27 20:22:06 +00:00
parent 963d8d782f
commit 4bb51523b5

View File

@ -73,7 +73,9 @@ __libc_lock_define_initialized (static, syslog_lock)
static void openlog_internal(const char *, int, int) internal_function;
static void closelog_internal(void);
#ifndef NO_SIGPIPE
static void sigpipe_handler (int);
#endif
struct cleanup_arg