summaryrefslogtreecommitdiff
path: root/pp_sys.c
diff options
context:
space:
mode:
authorLupe Christoph <lupe@lupe-christoph.de>1998-07-25 21:49:33 +0200
committerGurusamy Sarathy <gsar@cpan.org>1998-07-26 02:19:50 +0000
commit4cada5a34507a24d03824de3723d368ff86f0054 (patch)
tree9028c67aeb2527d3e1c92db54bff15fe63ba4728 /pp_sys.c
parenta7d17c964676789337c0efe02a652534d246d031 (diff)
downloadperl-4cada5a34507a24d03824de3723d368ff86f0054.tar.gz
another platform where pp_sselect() needs a whole fd_set buffer
Message-Id: <199807251749.TAA22347@alanya.m.isar.de> Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6 p4raw-id: //depot/maint-5.005/perl@1657
Diffstat (limited to 'pp_sys.c')
-rw-r--r--pp_sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_sys.c b/pp_sys.c
index d16cd7e5f1..7ac2d986f0 100644
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -755,7 +755,7 @@ PP(pp_sselect)
#if BYTEORDER == 0x1234 || BYTEORDER == 0x12345678
/* XXX Configure test needed. */
-#if defined(__linux__) || defined(OS2) || defined(NeXT) || defined(__osf__)
+#if defined(__linux__) || defined(OS2) || defined(NeXT) || defined(__osf__) || defined(sun)
growsize = sizeof(fd_set);
#else
growsize = maxlen; /* little endians can use vecs directly */