OSL process.cxx question

Noel Grandin noel at peralex.com
Thu Aug 21 23:57:23 PDT 2014


On 2014-08-22 03:29 AM, Chris Sherlock wrote:
> Hi folks,
>
> In sal/osl/unx/process.cxx there is an #ifdef NO_CHILD_PROCESSES
>
> http://opengrok.libreoffice.org/xref/core/sal/osl/unx/process.cxx#207
>
> Does anyone know what this does?
>
> Chris
>


"git grep" says that's defined in sal/Library_sal.mk, and the code there says:
     $(if $(filter $(OS),IOS), \
         -DNO_CHILD_PROCESSES \
     ) \

So I'm guessing it disables fork on iOS i.e. iPhone and iPad.


Disclaimer: http://www.peralex.com/disclaimer.html




More information about the LibreOffice mailing list