How to spawn a new process through Android's libc

606 Views Asked by At

I have a cross platform library and use posix_spawn from libc to spawn new processes on Linux'y environments. However this is not included in the Bionic libc library included on Android. Is there an alternative way to spawn processes through Androids libc?

0

There are 0 best solutions below