You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Sascha Schumann <sa...@schumann.cx> on 1999/12/25 19:17:26 UTC

[PATCH] ap_signal() use in APR

    Hi,

    this patch changes APR to always use ap_signal() without
    defining signal() to ap_signal(), because it causes conflicts
    with system header files on some platforms.

    If sigaction() is not available, ap_signal() is defined to
    signal(), so we do not have any overhead in any case.

-- 

          Regards,

                            Sascha Schumann
                                 Consultant