comparison dwcompat.h @ 2246:471cdeaef7ac

OS/2: Remove HAVE_PIPE from EMX section, select() fails on pipe FDs.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 20 Jan 2021 20:57:33 +0000
parents a1ac35abd5fd
children a126b04b9996
comparison
equal deleted inserted replaced
2245:a0c386cd332b 2246:471cdeaef7ac
133 #define msleep(a) DosSleep(a) 133 #define msleep(a) DosSleep(a)
134 134
135 #ifdef __EMX__ 135 #ifdef __EMX__
136 #include "platform/dirent.h" 136 #include "platform/dirent.h"
137 #include <sys/stat.h> 137 #include <sys/stat.h>
138 #define HAVE_PIPE
139 #ifdef FD_SETSIZE 138 #ifdef FD_SETSIZE
140 #undef FD_SETSIZE 139 #undef FD_SETSIZE
141 #endif 140 #endif
142 #define FD_SETSIZE 1024 141 #define FD_SETSIZE 1024
143 #endif /* __EMX__ */ 142 #endif /* __EMX__ */