Speaking of failure-mode, all syscalls should return false on failure, not
ever -1.  Right now, wait and waitpid work the other way.  They should
go the undef vs "0 but true" route that ioctl, fcntl, and sysread take.

--tom

Reply via email to