office-gobmx/sal
Tor Lillqvist 5bd8105e3d Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not work
getpwuid_r() returns nullptr. Oddly enough, it does work on actual
iOS, though. So use hand-crafted values that match behaviour on actual
iOS.

Change-Id: Idcc95d330a93495938520229e039f340876c3653
(cherry picked from commit 93cdc8bbce)
Reviewed-on: https://gerrit.libreoffice.org/79213
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
2019-09-20 13:59:07 +02:00
..
android
cppunittester
inc
osl Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not work 2019-09-20 13:59:07 +02:00
qa
rtl Resolves: tdf#126766 fix rounding correction at start of negative values 2019-08-30 10:37:36 +02:00
test
textenc
util
CppunitTest_Module_DLL.mk
CppunitTest_sal_osl.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_rtl.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
Library_sal_textenc.mk
Makefile
Module_sal.mk
README

System abstraction layer; rtl, osl and sal

rtl:
Platform independent strings

osl:
platform specific stuff, threads, dynamic loading, process, ipc, etc

Exports only C API and some inline-methods (only C++ API).