mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-01 18:22:27 +00:00
Remove .internal from more header filenames
This commit is contained in:
parent
c265c17d54
commit
31194165d2
734 changed files with 779 additions and 778 deletions
12
libc/stdalign.h
Normal file
12
libc/stdalign.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_STDALIGN_H_
|
||||
#define COSMOPOLITAN_LIBC_STDALIGN_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_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue