OS/2 build
Ilya Zakharevich [Sat, 2 Aug 2003 09:38:50 +0000 (02:38 -0700)]
Message-ID: <20030802163850.GA4712@math.berkeley.edu>

p4raw-id: //depot/perl@20454

os2/os2ish.h

index 225d271..0da62aa 100644 (file)
@@ -740,6 +740,7 @@ char *perllib_mangle(char *, unsigned int);
 
 #define fork   fork_with_resources
 
+#ifdef EINTR                           /* x2p do not include perl.h!!! */
 static __inline__ int
 my_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout)
 {
@@ -753,6 +754,7 @@ my_select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct
 }
 
 #define select         my_select
+#endif
 
 
 typedef int (*Perl_PFN)();