libc: Add alloca.h
This commit is contained in:
parent
703b0a1435
commit
7155cf8d6b
6
libs/libc/include/alloca.h
Normal file
6
libs/libc/include/alloca.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _ALLOCA_H
|
||||
#define _ALLOCA_H
|
||||
|
||||
#define alloca __builtin_alloca
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user