Deprecate operating-system-independent interface OS_make_subprocess.
authorChris Hanson <org/chris-hanson/cph>
Wed, 22 Oct 1997 05:25:31 +0000 (05:25 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 22 Oct 1997 05:25:31 +0000 (05:25 +0000)
commit5ddd6c0ea508a6f6b73d087c56cbd84508cf94a3
treef0810cfbbe143c1e10a01258fd25d3911a1d6d70
parent7e56d6d07ecd1b014e9e481a8612fd2f6c017f5c
Deprecate operating-system-independent interface OS_make_subprocess.
New interface is OS-specific, moving pecularities (e.g. converting
unix-style argument vector to OS/2-style command line) into the
runtime system.  New OS-independent interface
OS_process_any_status_change.
v7/src/microcode/os2proc.c
v7/src/microcode/osproc.h
v7/src/microcode/pros2io.c
v7/src/microcode/pruxio.c
v7/src/microcode/uxio.c
v7/src/microcode/uxproc.c