diff options
-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; |