Compare commits
2 Commits
703b0a1435
...
0eb0ca4028
Author | SHA1 | Date | |
---|---|---|---|
0eb0ca4028 | |||
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
|
0
libs/libc/include/locale.h
Normal file
0
libs/libc/include/locale.h
Normal file
Loading…
Reference in New Issue
Block a user