Changeset 2564 for trunk/src/kmk/job.c
- Timestamp:
- Mar 1, 2012, 5:32:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/job.c
r2546 r2564 596 596 else 597 597 #endif 598 pid = wait (&status);598 EINTRLOOP(pid, wait (&status)); 599 599 #endif /* !VMS */ 600 600 }
Note:
See TracChangeset
for help on using the changeset viewer.