Fix the return value of SLEEP on Darwin.
commit7102565bd39b5d09e55ca2bb1c40b4d9aa4c1bb1
authorStas Boukarev <stassats@gmail.com>
Mon, 20 Feb 2017 17:42:55 +0000 (20 20:42 +0300)
committerStas Boukarev <stassats@gmail.com>
Mon, 20 Feb 2017 17:43:50 +0000 (20 20:43 +0300)
tree92fe6ffcf09ce9fe50a28eba7f00c7e480ee12f6
parent51246723a966d0670d209f3e119a366308b99c0f
Fix the return value of SLEEP on Darwin.

Return NIL from the darwin nanosleep variant, because SLEEP with a
constant argument gets transformed to nanosleep.
src/code/unix.lisp
tests/interface.pure.lisp