Work around bug in Ultrix: the `times' system call sometimes returns
authorChris Hanson <org/chris-hanson/cph>
Wed, 24 Jul 1991 01:29:29 +0000 (01:29 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 24 Jul 1991 01:29:29 +0000 (01:29 +0000)
commitda5b1681d7c9362f5e44964397bc01904493978c
tree340d9e3a9bedb4460c2104233bce2524f2b65dae
parentef925009adead9401ddbfc849c98ebcab3054879
Work around bug in Ultrix: the `times' system call sometimes returns
negative numbers (other than -1) when there are no errors.  The
STD_VOID_SYSTEM_CALL macro checks for result <0, so perform explicit
check for result =-1.
v7/src/microcode/uxenv.c