blob: 7deb5b9bcc3cd2bac70dcd0998f5446ed1ed60e9 [file] [log] [blame]
#ifndef SYSROOT_ALLOCA_H_
#define SYSROOT_ALLOCA_H_
#ifdef __cplusplus
extern "C" {
#endif
#define __NEED_size_t
#include <bits/alltypes.h>
void* alloca(size_t);
#ifdef __GNUC__
#define alloca __builtin_alloca
#endif
#ifdef __cplusplus
}
#endif
#endif // SYSROOT_ALLOCA_H_