mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
conform: Do not use __SIG_ATOMIC_TYPE__
clang does not define __SIG_ATOMIC_TYPE__, instead add another directive ('size:') which instruct to use an integer type of defined minimum size. Reviewed-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -88,8 +88,8 @@ macro-int-constant UINTMAX_MAX {promoted:uintmax_t} >= 18446744073709551615ULL
|
||||
macro-int-constant PTRDIFF_MIN {promoted:__PTRDIFF_TYPE__} <= -65535
|
||||
macro-int-constant PTRDIFF_MAX {promoted:__PTRDIFF_TYPE__} >= 65535
|
||||
|
||||
macro-int-constant SIG_ATOMIC_MIN {promoted:__SIG_ATOMIC_TYPE__}
|
||||
macro-int-constant SIG_ATOMIC_MAX {promoted:__SIG_ATOMIC_TYPE__} >= 127
|
||||
macro-int-constant SIG_ATOMIC_MIN {size:__SIG_ATOMIC_WIDTH__}
|
||||
macro-int-constant SIG_ATOMIC_MAX {size:__SIG_ATOMIC_WIDTH__} >= 127
|
||||
|
||||
macro-int-constant SIZE_MAX {promoted:__SIZE_TYPE__} >= 65535
|
||||
|
||||
|
Reference in New Issue
Block a user