syslog: Improve fortify with clang
[glibc.git] / signal / bits / types / sig_atomic_t.h
blob47eaa28311e16965b3ef1bccac724e48b18c3cb5
1 #ifndef __sig_atomic_t_defined
2 #define __sig_atomic_t_defined 1
4 #include <bits/types.h>
6 /* An integral type that can be modified atomically, without the
7 possibility of a signal arriving in the middle of the operation. */
8 typedef __sig_atomic_t sig_atomic_t;
10 #endif