summaryrefslogtreecommitdiffstats
path: root/libc-top-half/musl/src/include/wchar.h
blob: 1814bade087174a785cbce3d371c9afd6724f867 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef WCHAR_H
#define WCHAR_H

#ifdef __wasilibc_unmodified_upstream /* WASI doesn't need to define FILE as a complete type */
#define __DEFINED_struct__IO_FILE
#endif

#include "../../include/wchar.h"

#endif