freestnd-c-hdrs-0bsd/stdalign.h

21 lines
336 B
C
Raw Normal View History

2023-03-23 21:24:51 +03:00
#if !defined(_STDALIGN_H) || defined(__LIBC_CXX_WRAP)
#if !defined(__LIBC_CXX_WRAP)
2023-03-16 01:08:11 +03:00
#define _STDALIGN_H 1
#endif
2023-03-16 00:50:24 +03:00
2023-03-16 01:08:11 +03:00
#ifndef __STDALIGN_H_MACROS
#define __STDALIGN_H_MACROS 1
2022-02-15 07:46:37 +03:00
2023-03-16 00:50:24 +03:00
#ifndef __cplusplus
# define alignas _Alignas
# define alignof _Alignof
# define __alignof_is_defined 1
#endif
2022-02-15 07:46:37 +03:00
#define __alignas_is_defined 1
2023-03-16 00:50:24 +03:00
#endif
2022-02-15 07:46:37 +03:00
#endif