mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Add more missing C / C++ headers
This commit is contained in:
parent
b9dc74b672
commit
8dd4ec68d0
152 changed files with 30711 additions and 6267 deletions
12
libc/stdalign.internal.h
Normal file
12
libc/stdalign.internal.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_STDALIGN_INTERNAL_H_
|
||||
#define COSMOPOLITAN_LIBC_STDALIGN_INTERNAL_H_
|
||||
|
||||
#ifndef __cplusplus
|
||||
#define alignas _Alignas
|
||||
#define alignof _Alignof
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#define __alignas_is_defined 1
|
||||
#define __alignof_is_defined 1
|
||||
|
||||
#endif /* COSMOPOLITAN_LIBC_STDALIGN_INTERNAL_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue