summaryrefslogtreecommitdiff
path: root/lib/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compat.c')
-rw-r--r--lib/compat.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/compat.c b/lib/compat.c
new file mode 100644
index 0000000..731c071
--- /dev/null
+++ b/lib/compat.c
@@ -0,0 +1,8 @@
+#include <sys/types.h>
+#include <sys/socket.h>
+
+ssize_t
+compat_send (int sockfd, const void *buf, size_t len, int flags)
+{
+ compat_send (int sockfd, const void *buf, size_t len, int flags);
+}