Move sig_atomic_t from stdint

This commit is contained in:
Wildan M
2026-04-18 02:31:35 +07:00
parent c35c291bea
commit f59dfab490
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -374,6 +374,4 @@ typedef __UINTMAX_TYPE__ uintmax_t;
#endif
#endif
typedef long sig_atomic_t;
#endif /* _GCC_STDINT_H */
+1
View File
@@ -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 {