]> git.proxmox.com Git - wasi-libc.git/blob - libc-bottom-half/headers/public/dirent.h
Use __BIGGEST_ALIGNMENT__ instead of max_align_t (#375)
[wasi-libc.git] / libc-bottom-half / headers / public / dirent.h
1 #ifndef __wasilibc_dirent_h
2 #define __wasilibc_dirent_h
3
4 /*
5 * Include the real implementation, which is factored into a separate file so
6 * that it can be reused by other libc dirent implementations.
7 */
8 #include <__header_dirent.h>
9
10 #endif