]> andersk Git - openssh.git/blobdiff - defines.h
- (djm) [atomicio.c channels.c clientloop.c defines.h includes.h]
[openssh.git] / defines.h
index a4893b6f7ccc5bfcfb278f7dd0bcd61c2027a1b4..febc590602756998241ddf03dcd80211d5c1d087 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -734,4 +734,8 @@ struct winsize {
 # endif
 #endif
 
+#ifndef EWOULDBLOCK
+# define EWOULDBLOCK EAGAIN
+#endif
+
 #endif /* _DEFINES_H */
This page took 0.03094 seconds and 4 git commands to generate.