Changeset 9850
- Timestamp:
- Jun 30, 2008, 11:12:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/level-1/linux-files.lisp
r9829 r9850 985 985 (with-interrupts-enabled 986 986 (wait-on-semaphore (external-process-completed proc)))) 987 (and (external-process-pid proc) proc))) 987 (if (eq (external-process-%status proc) :error) 988 (error "Fork failed in ~s: ~s" proc (%strerror (external-process-%exit-code proc)))) 989 (and (external-process-pid proc) 990 proc))) 988 991 989 992
Note: See TracChangeset
for help on using the changeset viewer.