diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-16 17:13:33 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-16 17:13:33 +0000 |
commit | 08a5fb58c65e25e239ea393020615afdc288d27b (patch) | |
tree | b970b1abb8138bf2c097143025222aaed8dfb03d | |
parent | f5f9a824c69103b0d5099a25377eb3ffa52214e0 (diff) |
Formerly system.h.~7~
-rw-r--r-- | pfinet/asm/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/asm/system.h b/pfinet/asm/system.h index 1170c82a..19d181c5 100644 --- a/pfinet/asm/system.h +++ b/pfinet/asm/system.h @@ -67,7 +67,7 @@ end_interrupt () } /* Return one if we are in interrupt code. */ -extern inline +extern inline int _fetch_intr_count () { u_long locked; |