From aa2dc3542b68f474be9e7aae5d1353968971e655 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Mon, 2 Nov 2015 11:39:00 +0000 Subject: don't import flushF, because is currently not defined on ARM --- armfileIO3.s | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/armfileIO3.s b/armfileIO3.s index 32e4407..05c990e 100644 --- a/armfileIO3.s +++ b/armfileIO3.s @@ -37,9 +37,7 @@ fwritestring_error: .globl positionF .globl seekF .globl shareF -.ifndef LINUX - .globl flushF -.endif +@ .globl flushF .globl openSF .globl readSFC .globl readSFI -- cgit v1.2.3