How version 12.0 and later libraries handle signals internally

Sybase libraries install signal handlers for synchronous signals in the traditional fashion. For asynchronous signal handling, the libraries use a dedicated thread that calls sigwait to wait for signals.

Use Sybase-provided library calls to install signal handlers for asynchronous signals. Sybase cannot guarantee results if you install signal handlers using other methods. Also take the following precautions: