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
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.