summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2010-05-13 08:32:00 -0700
committerKeith Packard <keithp@keithp.com>2010-05-13 10:03:23 -0700
commitbca85e2e127a8a23e3a2debcfeb3ae07cd3c66ac (patch)
tree207c34916e15882083b18832a042ba65084910d6 /os
parent421606a8ef447d10c2ee0986f20e752056a47675 (diff)
Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURN
Use the values from xproto rather than duplicating the effort Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'os')
-rw-r--r--os/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/log.c b/os/log.c
index 078165985..ce43319d6 100644
--- a/os/log.c
+++ b/os/log.c
@@ -403,7 +403,7 @@ LogMessage(MessageType type, const char *format, ...)
}
void
-AbortServer(void) X_NORETURN;
+AbortServer(void) _X_NORETURN;
void
AbortServer(void)