factor/basis/unix/process
Doug Coleman 67aa7b8b11
unix.process: Add posix_spawn stub.
I couldn't get this to work in all cases to replace spawn-process yet.

```
! works
{ "/bin/ls" "-al" } posix-spawn-args-with-path

! Broken on Linux64 for some reason
{
    "/usr/bin/code"
    "-g"
    "-r"
    "/home/erg/factor-master/basis/io/launcher/launcher.factor"
} posix-spawn-args-with-path
```
2020-04-11 20:36:33 -05:00
..
authors.txt Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
platforms.txt
process.factor unix.process: Add posix_spawn stub. 2020-04-11 20:36:33 -05:00