X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6cd612740f29d483ecedbcd33ae7471e651dcda1..720b47f2611d277684b2ec35d11dc3feedb207fe:/rsync.h diff --git a/rsync.h b/rsync.h index ae430468..fd24df5e 100644 --- a/rsync.h +++ b/rsync.h @@ -236,3 +236,7 @@ extern int errno; #endif #define SIGNAL_CAST (RETSIGTYPE (*)()) + +#ifndef EWOULDBLOCK +#define EWOULDBLOCK EAGAIN +#endif