Update git submodules
[libreoffice.git] / sal / README.md
blobdeaf7b4c041705556609d47cfff63c249802b4da
1 # System Abstraction Layer (SAL)
3 System abstraction layer; rtl, osl and sal
5 `rtl`:
6 Platform independent strings
8 `osl`:
9 platform specific stuff, threads, dynamic loading, process, ipc, etc
11 Exports only C API and some inline-methods (only C++ API).