mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
aebff78ff3
PR: 212462 Submitted by: mikael.urankar@gmail.com Approved by: maintainer (koobs@)
11 lines
260 B
C++
11 lines
260 B
C++
--- nanojit/CodeAlloc.cpp.orig 2016-09-07 UTC
|
|
+++ nanojit/CodeAlloc.cpp
|
|
@@ -261,7 +261,6 @@ namespace nanojit
|
|
#endif
|
|
|
|
#if defined(AVMPLUS_UNIX) && defined(NANOJIT_ARM)
|
|
-#include <asm/unistd.h>
|
|
extern "C" void __clear_cache(char *BEG, char *END);
|
|
#endif
|
|
|