diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2015-04-02 13:57:29 +0100 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2015-04-02 13:57:29 +0100 |
| commit | a7d9d108b0ce1b5457d527778bae2d77bd4b1588 (patch) | |
| tree | c421363ca276ad3a478ea0eac61794411a7db7e1 /emu/port/fns.h | |
| parent | 9c0ebb21c68adfd889b466b9dc806b33ad621d17 (diff) | |
rename noop to extern nofence
Diffstat (limited to 'emu/port/fns.h')
| -rw-r--r-- | emu/port/fns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emu/port/fns.h b/emu/port/fns.h index cf5834b7..6a0809c0 100644 --- a/emu/port/fns.h +++ b/emu/port/fns.h @@ -119,6 +119,7 @@ Mount* newmount(Mhead*, Chan*, int, char*); Pgrp* newpgrp(void); Proc* newproc(void); void nexterror(void); +void nofence(void); void notkilled(void); int openmode(ulong); void osblock(void); |
