struct sigaction64

Defined at line 134 of file ../../third_party/android/platform/bionic/libc/include/bits/signal_types.h

Used with sigaction64().

On LP64, a synonym for struct sigaction for source compatibility with ILP32.

On ILP32, this is needed to support all signals including real-time signals

because struct sigaction only supports the first 32 signals.

See the

(32-bit ABI bugs)[https://android.googlesource.com/platform/bionic/+/main/docs/32-bit-abi.md#is-too-small-for-real_time-signals]

documentation.

Public Members

int sa_flags
 
sigset_t sa_mask
void (*)() sa_restorer

Records