blob: ce617feda38140fe2a2fa5104df8f022f85411ea [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001#if !defined(__ALLOCA_H)
2#define __ALLOCA_H
3
4#define alloca(size) __builtin_alloca (size)
5
6#endif /* !__ALLOCA_H */