mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
6 lines
107 B
C
6 lines
107 B
C
#include <kernel-features.h>
|
|
|
|
#define NO_SIGPIPE
|
|
#define send_flags MSG_NOSIGNAL
|
|
|
|
#include <misc/syslog.c>
|