Move sig_atomic_t from stdint
This commit is contained in:
@@ -374,6 +374,4 @@ typedef __UINTMAX_TYPE__ uintmax_t;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
typedef long sig_atomic_t;
|
||||
|
||||
#endif /* _GCC_STDINT_H */
|
||||
|
||||
@@ -20,6 +20,7 @@ typedef struct siginfo siginfo_t;
|
||||
typedef unsigned long long sigset_t;
|
||||
typedef struct ucontext ucontext_t;
|
||||
typedef struct mcontext mcontext_t;
|
||||
typedef long sig_atomic_t;
|
||||
|
||||
struct sigaction {
|
||||
union {
|
||||
|
||||
Reference in New Issue
Block a user