components/gnupth/patches/001-pth.h.in.patch
author Jan Kohoutek <Jan.Kohoutek@Oracle.COM>
Thu, 19 Mar 2015 03:21:25 -0700
branchs11u2-sru
changeset 3973 8315abc5f09d
parent 250 3ec860f369f5
permissions -rw-r--r--
Added tag 0.175.2.9.0.3.0, S11.2SRU9.3 for changeset 8ac0f2a51fb0

--- pth.h.in	Thu Jun  8 10:54:02 2006
+++ pth.h.in	Thu Sep 17 09:06:18 2009
@@ -89,10 +89,12 @@
 
     /* check if the user requests a bigger FD_SETSIZE than we can handle */
 #if defined(FD_SETSIZE)
+#ifndef _LP64
 #if FD_SETSIZE > @PTH_FDSETSIZE@
 #error "FD_SETSIZE is larger than what GNU Pth can handle."
 #endif
 #endif
+#endif
 
 BEGIN_DECLARATION