summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2003-09-25 05:09:11 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-10-21 05:42:50 +0000
commit460c8493c292a94fb1fbfccbd83eba5a346ddffa (patch)
tree2de60bb359b1d21717118493de70144e576d3d0e /os2
parent2e3f98293bc632bc69276e1bb286833e362fffc9 (diff)
downloadperl-460c8493c292a94fb1fbfccbd83eba5a346ddffa.tar.gz
Two OS/2 portability patches from Ilya.
Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2 Date: Thu, 25 Sep 2003 12:09:11 -0700 Message-ID: <20030925190911.GA27028@math.berkeley.edu> Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2 From: Ilya Zakharevich <nospam-abuse@ilyaz.org> Date: Thu, 25 Sep 2003 19:50:45 -0700 Message-ID: <20030926025045.GA27507@math.berkeley.edu> p4raw-id: //depot/perl@21509
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 3ff25f2366..a4145eab4a 100644
--- a/os2/os2ish.h
+++ b/os2/os2ish.h
@@ -49,6 +49,8 @@
*/
#undef USEMYBINMODE
+#define SOCKET_OPEN_MODE "b"
+
/* Stat_t:
* This symbol holds the type used to declare buffers for information
* returned by stat(). It's usually just struct stat. It may be necessary