mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-12 16:20:06 +00:00
2005-01-25 Roland McGrath <roland@redhat.com>
* sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
This commit is contained in:
parent
963d8d782f
commit
4bb51523b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user