diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2010-05-13 08:32:00 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-05-13 10:03:23 -0700 |
commit | bca85e2e127a8a23e3a2debcfeb3ae07cd3c66ac (patch) | |
tree | 207c34916e15882083b18832a042ba65084910d6 /os | |
parent | 421606a8ef447d10c2ee0986f20e752056a47675 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -403,7 +403,7 @@ LogMessage(MessageType type, const char *format, ...) } void -AbortServer(void) X_NORETURN; +AbortServer(void) _X_NORETURN; void AbortServer(void) |