This commit is contained in:
parent
8d90d146b2
commit
18115ca04a
8
libc/include/alloca.h
Normal file
8
libc/include/alloca.h
Normal file
@ -0,0 +1,8 @@
|
||||
/* alloca.h: Stack memory allocation. */
|
||||
|
||||
#ifndef _ALLOCA_H
|
||||
#define _ALLOCA_H
|
||||
|
||||
#define alloca __builtin_alloca
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user