[z/OS] Make sure __alignas_is_defined and __alignof_is_defined are defined on z/OS. (#115368)

This commit is contained in:
Zibi Sarbinowski
2024-11-08 07:55:23 -05:00
committed by GitHub
parent 0daca808ce
commit 724b432410

View File

@@ -10,10 +10,6 @@
#ifndef __STDALIGN_H
#define __STDALIGN_H
#if defined(__MVS__) && __has_include_next(<stdalign.h>)
#include_next <stdalign.h>
#else
#if defined(__cplusplus) || \
(defined(__STDC_VERSION__) && __STDC_VERSION__ < 202311L)
#ifndef __cplusplus
@@ -25,5 +21,4 @@
#define __alignof_is_defined 1
#endif /* __STDC_VERSION__ */
#endif /* __MVS__ */
#endif /* __STDALIGN_H */