> IMO nothing. "If it returns, it has succeeded" is a principle from SRFI
> 170, and I think Olin's examples are extremely convincing.
We'll get to have another EINTR discussion as well :D SQLite can return
SQLITE_BUSY, SQLITE_LOCKED, SQLITE_INTERRUPT, etc. Doubtless all the
other databases have similar ones.