dhewm3/neo/sys/posix
Daniel Gibson 430a8f5e95 POSIX: Show errormessage if loading a (Mod) .so failed, refs #318
.. but only if the file exists.
It's ok if mods don't have their own DLL/.so, but if they do have one
and loading fails it's interesting why they failed (e.g. no access
rights, 64bit lib with 32bit executable or other way around, missing
symbols due to wrong libc version, ...)

The same should be done for Windows, but that's still TODO.
2021-01-17 06:58:13 +01:00
..
posix_main.cpp POSIX: Show errormessage if loading a (Mod) .so failed, refs #318 2021-01-17 06:58:13 +01:00
posix_net.cpp Fix FTBFS 2019-10-08 23:21:34 +02:00
posix_public.h Implement Signal-Handlers for POSIX systems, incl. SIGTTIN/SIGTTOU 2019-01-13 07:07:39 +01:00