summaryrefslogtreecommitdiff
path: root/lang/smlnj/patches/patch-ap
blob: faf6eb2c306761e99d7845baa7c0ad91385a6bf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ap,v 1.2 2003/07/01 23:19:14 jtb Exp $

--- src/runtime/include/cache-flush.h.orig
+++ src/runtime/include/cache-flush.h
@@ -40,7 +40,7 @@
 extern FlushICache (void *addr, int nbytes);
 
 
-#elif (defined(TARGET_PPC) && (defined(OPSYS_LINUX) || defined(OPSYS_DARWIN) ))
+#elif (defined(TARGET_PPC) && (defined(OPSYS_LINUX) || defined(OPSYS_DARWIN) || defined(OPSYS_NETBSD)))
 extern FlushICache (void *addr, int nbytes);
 
 #else