How to create a new process via Android libc

I have a cross platform library and use posix_spawn

from libc to create new processes in Linux environment. However, this is not part of the Bionic libc included with Android. Is there an alternative way to create processes using Androids libc?

+3


source to share





All Articles