Skip to content

Commit ca97239

Browse files
zibi2Groverkss
authored andcommitted
[z/OS] Make sure __alignas_is_defined and __alignof_is_defined are defined on z/OS. (llvm#115368)
1 parent 4336f5f commit ca97239

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

clang/lib/Headers/stdalign.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
#ifndef __STDALIGN_H
1111
#define __STDALIGN_H
1212

13-
#if defined(__MVS__) && __has_include_next(<stdalign.h>)
14-
#include_next <stdalign.h>
15-
#else
16-
1713
#if defined(__cplusplus) || \
1814
(defined(__STDC_VERSION__) && __STDC_VERSION__ < 202311L)
1915
#ifndef __cplusplus
@@ -25,5 +21,4 @@
2521
#define __alignof_is_defined 1
2622
#endif /* __STDC_VERSION__ */
2723

28-
#endif /* __MVS__ */
2924
#endif /* __STDALIGN_H */

0 commit comments

Comments
 (0)