summaryrefslogtreecommitdiffstats
path: root/sys/sys/systm.h
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2015-05-29 04:01:39 +0000
committermarkj <markj@FreeBSD.org>2015-05-29 04:01:39 +0000
commit9bbe24351dc33ce1d9bf8b2457dac30cbae11f39 (patch)
tree9e04e4e36873f1438cf6115ef1cb750b48c1de19 /sys/sys/systm.h
parentaff03409ef10bf1363e2ad798c623229bcd51f20 (diff)
downloadFreeBSD-src-9bbe24351dc33ce1d9bf8b2457dac30cbae11f39.zip
FreeBSD-src-9bbe24351dc33ce1d9bf8b2457dac30cbae11f39.tar.gz
MFC r281915:
Make vpanic() externally visible. MFC r281916: Fix DTrace's panic() action.
Diffstat (limited to 'sys/sys/systm.h')
-rw-r--r--sys/sys/systm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h
index f4d2e92..5f55365 100644
--- a/sys/sys/systm.h
+++ b/sys/sys/systm.h
@@ -187,6 +187,7 @@ void *phashinit(int count, struct malloc_type *type, u_long *nentries);
void g_waitidle(void);
void panic(const char *, ...) __dead2 __printflike(1, 2);
+void vpanic(const char *, __va_list) __dead2 __printflike(1, 0);
void cpu_boot(int);
void cpu_flush_dcache(void *, size_t);
OpenPOWER on IntegriCloud