mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 15:50:06 +00:00
7 lines
107 B
C
7 lines
107 B
C
#include <kernel-features.h>
|
|
|
|
#define NO_SIGPIPE
|
|
#define send_flags MSG_NOSIGNAL
|
|
|
|
#include <misc/syslog.c>
|