summaryrefslogtreecommitdiff
path: root/emu/port/main.c
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2015-04-02 13:57:29 +0100
committerCharles Forsyth <charles.forsyth@gmail.com>2015-04-02 13:57:29 +0100
commita7d9d108b0ce1b5457d527778bae2d77bd4b1588 (patch)
treec421363ca276ad3a478ea0eac61794411a7db7e1 /emu/port/main.c
parent9c0ebb21c68adfd889b466b9dc806b33ad621d17 (diff)
rename noop to extern nofence
Diffstat (limited to 'emu/port/main.c')
-rw-r--r--emu/port/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/emu/port/main.c b/emu/port/main.c
index c45a33cf..158f6b03 100644
--- a/emu/port/main.c
+++ b/emu/port/main.c
@@ -227,8 +227,8 @@ putenvqv(char *name, char **v, int n, int conf)
free(val);
}
-static void
-noop(void)
+void
+nofence(void)
{
}
@@ -240,7 +240,7 @@ main(int argc, char *argv[])
int envc;
if(coherence == nil)
- coherence = noop;
+ coherence = nofence;
quotefmtinstall();
savestartup(argc, argv);
/* set default root now, so either $EMU or -r can override it later */