mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
include/stdint.h: add sig_atomic_t limits
This commit is contained in:
parent
d8483a24e8
commit
0aa0394ca2
1 changed files with 5 additions and 0 deletions
|
|
@ -123,6 +123,11 @@
|
|||
#define INTPTR_MAX PTR_MAX
|
||||
#define UINTPTR_MAX UPTR_MAX
|
||||
|
||||
/* Limits of sig_atomic_t type */
|
||||
|
||||
#define SIG_ATOMIC_MIN INT32_MIN
|
||||
#define SIG_ATOMIC_MAX INT32_MAX
|
||||
|
||||
/* Limits of greatest-width integer types */
|
||||
|
||||
#ifdef __INT64_DEFINED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue