mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-30 00:11:31 +01:00
loop when attempting to terminate a process via the RTL compiled into
a Linux shared library (mantis #17383)
* call FPC_LIB_EXIT (the internal/generic RTL finalisation routine) instead
of FPC_SHARED_LIB_EXIT (the Linux-specific "process exit" code for shared
libraries) as "fini" routine (fixes #14958 again after reverting r14184)
git-svn-id: trunk@16418 -
|
||
|---|---|---|
| .. | ||
| bsyscall.inc | ||
| cprt0.as | ||
| dllprt0.as | ||
| gprt0.as | ||
| prt0.as | ||
| sighnd.inc | ||
| sighndh.inc | ||
| stat.inc | ||
| syscall.inc | ||
| syscallh.inc | ||
| sysnr.inc | ||