Skip to content
Commit 17cef890 authored by H.J. Lu's avatar H.J. Lu
Browse files

support: Replace _SC_MINSIGSTKSZ with _SC_SIGSTKSZ



Replace _SC_MINSIGSTKSZ with _SC_SIGSTKSZ since sysconf (_SC_MINSIGSTKSZ)
returns the minimum number of bytes of free stack space required in order
to guarantee successful, non-nested handling of a single signal whose
handler is an empty function while sysconf (_SC_SIGSTKSZ) returns the
suggested minimum number of bytes of stack space required for a signal
stack.

Reviewed-by: default avatarCarlos O'Donell <carlos@redhat.com>
parent 28d07380
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment