#ifndef __SIG_ATOMIC_TYPE__

This commit is contained in:
Alex 2023-03-05 00:22:48 +02:00
parent 77237f70fb
commit ea59f87c53
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -103,6 +103,10 @@ typedef __builtin_va_list va_list;
#endif // __cplusplus #endif // __cplusplus
#ifndef __SIG_ATOMIC_TYPE__
#define __SIG_ATOMIC_TYPE__ int
#endif
typedef __INT8_TYPE__ int8_t; typedef __INT8_TYPE__ int8_t;
typedef __INT16_TYPE__ int16_t; typedef __INT16_TYPE__ int16_t;
typedef __INT32_TYPE__ int32_t; typedef __INT32_TYPE__ int32_t;