diff options
author | John van Groningen | 2015-11-02 11:39:00 +0000 |
---|---|---|
committer | John van Groningen | 2015-11-02 11:39:00 +0000 |
commit | aa2dc3542b68f474be9e7aae5d1353968971e655 (patch) | |
tree | f3f83847889919db905131cd549cfa4ac50d2284 | |
parent | rename __indirection as e__system__nind (diff) |
don't import flushF, because is currently not defined on ARM
-rw-r--r-- | armfileIO3.s | 4 |
1 files changed, 1 insertions, 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
|