mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
i got a dupe def error without this (#84)
Co-authored-by: louist103 <35883445+louist103@users.noreply.github.com>
This commit is contained in:
committed by
Garrett Cox
co-authored by
louist103
parent
508f8378de
commit
23d749b296
@@ -1,7 +1,10 @@
|
||||
#ifndef LIBC_ALLOCA_H
|
||||
#define LIBC_ALLOCA_H
|
||||
|
||||
// void* alloca(u32);
|
||||
#ifndef __linux__
|
||||
void* alloca(u32);
|
||||
#endif
|
||||
|
||||
#define alloca __builtin_alloca
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user