went to full non-blocking writes for the send_files() process
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index ae43046..fd24df5 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -236,3 +236,7 @@ extern int errno;
 #endif
 
 #define SIGNAL_CAST (RETSIGTYPE (*)())
+
+#ifndef EWOULDBLOCK
+#define EWOULDBLOCK EAGAIN
+#endif