Remove .internal from more header filenames

This commit is contained in:
Justine Tunney 2024-08-04 12:52:25 -07:00
parent c265c17d54
commit 31194165d2
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
734 changed files with 779 additions and 778 deletions

12
libc/stdalign.h Normal file
View 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_ */