mirror of
git://sourceware.org/git/glibc.git
synced 2025-08-02 23:19:51 +02: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>
|