mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08: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>
|