another platform where pp_sselect() needs a whole fd_set buffer
authorLupe Christoph <lupe@lupe-christoph.de>
Sat, 25 Jul 1998 19:49:33 +0000 (21:49 +0200)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 26 Jul 1998 02:19:50 +0000 (02:19 +0000)
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

pp_sys.c

index d16cd7e..7ac2d98 100644 (file)
--- 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 */