diff options
Diffstat (limited to 'sysdeps/generic/syslog.c')
-rw-r--r-- | sysdeps/generic/syslog.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/generic/syslog.c b/sysdeps/generic/syslog.c index 176265c29d..9c8f422aad 100644 --- a/sysdeps/generic/syslog.c +++ b/sysdeps/generic/syslog.c @@ -77,6 +77,9 @@ static void closelog_internal(void); static void sigpipe_handler (int); #endif +#ifndef send_flags +# define send_flags 0 +#endif struct cleanup_arg { |