summaryrefslogtreecommitdiff
path: root/include/os.h
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2012-02-17 12:35:02 -0800
committerJeremy Huddleston <jeremyhu@apple.com>2012-03-24 01:07:05 -0700
commita818b305989bbcde4e585112a7ee70cbc0b14a92 (patch)
treed2d57eb286020a618371ed431797c671b183956b /include/os.h
parent0bb8a2566debd6cd11164df9ddca534150ec440a (diff)
os: Pass the FatalError message to OsVendorFatalError
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'include/os.h')
-rw-r--r--include/os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/os.h b/include/os.h
index dd06a8578..166c60cd8 100644
--- a/include/os.h
+++ b/include/os.h
@@ -321,7 +321,7 @@ extern _X_EXPORT void
OsCleanup(Bool);
extern _X_EXPORT void
-OsVendorFatalError(void);
+OsVendorFatalError(const char *f, va_list args);
extern _X_EXPORT void
OsVendorInit(void);