set the timeout field of intrinsic `which' */
| 72 | |
| 73 | /* set the timeout field of intrinsic `which' */ |
| 74 | void |
| 75 | set_itimeout(long *which, long val) |
| 76 | { |
| 77 | *which &= ~TIMEOUT; |
| 78 | *which |= itimeout(val); |
| 79 | } |
| 80 | |
| 81 | /* increment the timeout field of intrinsic `which' */ |
| 82 | void |
no test coverage detected