Name
sig_atomic_t type — Atomic type
Synopsis
typedef ... sig_atomic_t;
The sig_atomic_t
type is an
integral type that can be accessed atomically—that is, even if a
signal is delivered, the entire value is read or written. The actual
type is implementation-defined.