Fix building on Solaris x86-64.
authorStas Boukarev <stassats@gmail.com>
Thu, 29 Aug 2013 20:21:28 +0000 (00:21 +0400)
committerStas Boukarev <stassats@gmail.com>
Thu, 29 Aug 2013 20:29:17 +0000 (00:29 +0400)
commitf07f32b901e342331848c83e26cfbe2f50f4e949
tree1b2fd0454d68297d0cad743dabbdc3b7b769aa91
parent69a917778bad1b3c82a8cdd511097adf11a1531a
Fix building on Solaris x86-64.

sb-unix:unix-select used macros which expanded into many forms,
limited by sb-unix:fd-setsize, which on Solaris-x86-64 is 65536, as
opposed to 1024 on Linux. This resulted in long compile times which
were likely to exhaust the heap.
Use functions instead of macros.
NEWS
src/code/unix.lisp