cleanup
[rpikern] / src / libc / alloca.h
1 #ifndef ALLOCA_H_
2 #define ALLOCA_H_
3
4 #define alloca(x)       __builtin_alloca(x)
5
6 #endif  /* ALLOCA_H_ */