changeset 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 a0c386cd332b
children 703023e1a644
files dwcompat.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dwcompat.h	Tue Jan 19 17:29:58 2021 +0000
+++ b/dwcompat.h	Wed Jan 20 20:57:33 2021 +0000
@@ -135,7 +135,6 @@
 #ifdef __EMX__
 #include "platform/dirent.h"
 #include <sys/stat.h>
-#define HAVE_PIPE
 #ifdef FD_SETSIZE
 #undef FD_SETSIZE
 #endif