opensmalltalk cog-spur: update to VMMaker.oscog-eem.3504
[oi-userland.git] / components / library / gnupth / patches / 001-pth.h.in.patch
blob170973ce46ce88ddefc1582de7accd9820dd6e89
1 --- pth.h.in Thu Jun 8 10:54:02 2006
2 +++ pth.h.in Thu Sep 17 09:06:18 2009
3 @@ -89,10 +89,12 @@
5 /* check if the user requests a bigger FD_SETSIZE than we can handle */
6 #if defined(FD_SETSIZE)
7 +#ifndef _LP64
8 #if FD_SETSIZE > @PTH_FDSETSIZE@
9 #error "FD_SETSIZE is larger than what GNU Pth can handle."
10 #endif
11 #endif
12 +#endif
14 BEGIN_DECLARATION