1.0.30.24: hopefully fix _long_ SLEEP issues on OpenBSD
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 31 Jul 2009 09:42:20 +0000 (09:42 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 31 Jul 2009 09:42:20 +0000 (09:42 +0000)
commit10a42ef2f761a76d07270f28d420771a8bbad96b
tree97ddad769d0eada1b2203fb3e300adc737fefe2e
parent72ec08324e0faaaebe41dfbe5361fdd815e882ce
1.0.30.24: hopefully fix _long_ SLEEP issues on OpenBSD

 * OpenBSD refuses to nanosleep() over 100 million seconds (returning
   EINVAL), so loop with 100 million second sleeps till the time left
   is smaller than that.

   ...who knows, maybe there is a good reason to sleep over 3 years?

   Bug reported by Johsh Elsasser.
NEWS
src/code/toplevel.lisp
version.lisp-expr