diff options
| author | robojumper <robojumper@gmail.com> | 2025-05-24 23:53:38 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-05-25 08:53:24 +0200 |
| commit | a22eb87c36a5cb38ed544ba35bd3d15394e500a7 (patch) | |
| tree | 0b7f44bcdc91cfd3c479e53ab4cf76187449c88a /src/PowerPC_EABI_Support | |
| parent | 04d5527ebab1a17348c5030dc21df481ed49b1c6 (diff) | |
make it build
Diffstat (limited to 'src/PowerPC_EABI_Support')
| -rw-r--r-- | src/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common/Include/cstdarg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common/Include/cstdarg b/src/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common/Include/cstdarg new file mode 100644 index 00000000..b596d426 --- /dev/null +++ b/src/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common/Include/cstdarg @@ -0,0 +1,11 @@ +#ifndef MSL_CPP_CSTDARG_H +#define MSL_CPP_CSTDARG_H +#include <__va_arg.h> +#ifdef __cplusplus + +namespace std { +using ::va_list; +} // namespace std + +#endif +#endif |
