| 1730 | } |
| 1731 | |
| 1732 | void |
| 1733 | itimers_exec(struct proc *p) |
| 1734 | { |
| 1735 | /* |
| 1736 | * According to susv3, XSI interval timers should be inherited |
| 1737 | * by new image. |
| 1738 | */ |
| 1739 | itimers_event_exit_exec(3, p); |
| 1740 | } |
| 1741 | |
| 1742 | void |
| 1743 | itimers_exit(struct proc *p) |
no test coverage detected