summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/critical.h
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-03-05 09:19:59 +0000
committerle <le@FreeBSD.org>2004-03-05 09:19:59 +0000
commitd23ba575570676b3ecb3e389ca6d6560d25136bf (patch)
tree2aa71561af3790da0f02ce7965a3377bbcf636b5 /sys/amd64/include/critical.h
parentd17cebce574e1fcb1a3696f8429df41bc8a3baed (diff)
downloadFreeBSD-src-d23ba575570676b3ecb3e389ca6d6560d25136bf.zip
FreeBSD-src-d23ba575570676b3ecb3e389ca6d6560d25136bf.tar.gz
Fix syntax errors and wrong function prototypes in several MD header
files when using non-GNUC compilers. PR: kern/58515 Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> Approved by: grog (mentor), obrien
Diffstat (limited to 'sys/amd64/include/critical.h')
-rw-r--r--sys/amd64/include/critical.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/critical.h b/sys/amd64/include/critical.h
index 4db926a..3b2d4727 100644
--- a/sys/amd64/include/critical.h
+++ b/sys/amd64/include/critical.h
@@ -75,8 +75,8 @@ cpu_critical_exit(void)
#else /* !__GNUC__ */
-void cpu_critical_enter(void)
-void cpu_critical_exit(void)
+void cpu_critical_enter(void);
+void cpu_critical_exit(void);
#endif /* __GNUC__ */
OpenPOWER on IntegriCloud