libei/tools
Peter Hutterer 40682a0420 Use send() instead of write() to prevent SIGPIPE
We're in a library here, so expecting the caller to handle SIGPIPE just in
case we get it is a bit demanding. Let's use send() instead so we can just
prevent that altogether.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2020-07-31 14:27:18 +10:00
..
ei-socket-client.c Use send() instead of write() to prevent SIGPIPE 2020-07-31 14:27:18 +10:00
eis-socket-server.c Use send() instead of write() to prevent SIGPIPE 2020-07-31 14:27:18 +10:00