summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2003-08-02 02:38:50 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-03 18:45:53 +0000
commit46c6a8acd76ad6e00cf925b19fff0f796d786c93 (patch)
tree57e79c69560c88aec208380a0907959e37109432 /os2
parent20bb3f55e73254cd65990282983e87860e6ebfab (diff)
downloadperl-46c6a8acd76ad6e00cf925b19fff0f796d786c93.tar.gz
OS/2 build
Message-ID: <20030802163850.GA4712@math.berkeley.edu> p4raw-id: //depot/perl@20454
Diffstat (limited to 'os2')
-rw-r--r--os2/os2ish.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os2/os2ish.h b/os2/os2ish.h
index 225d271236..0da62aad27 100644
--- a/os2/os2ish.h
+++ b/os2/os2ish.h
@@ -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)();