From 41a69151d5a375f524e2227f87979ff758bf2a62 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 3 Mar 2011 16:05:48 +0100 Subject: _init_evb: Don't crash on socket errors. --- lib/compat.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/compat.h (limited to 'lib/compat.h') diff --git a/lib/compat.h b/lib/compat.h new file mode 100644 index 0000000..202d6dd --- /dev/null +++ b/lib/compat.h @@ -0,0 +1 @@ +ssize_t compat_send (int sockfd, const void *buf, size_t len, int flags); -- cgit v1.1