commit | 5202b9c14276c95cab59d839a7418092b353864c | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Mar 16 20:07:54 2013 -0700 |
committer | Brian Silverman <brians> | Sat Mar 30 16:35:09 2013 -0700 |
tree | 6c65784ea0a028937c2ea0e4d686ed315b1ae384 | |
parent | 53b66407760f7f27dc2700170ca6ef21ec763819 [diff] |
abort __attribute__((error)) fix. for limit-encoder-reader->logging-cleanup
diff --git a/aos/common/logging/logging.h b/aos/common/logging/logging.h index bb9af0d..e7f323f 100644 --- a/aos/common/logging/logging.h +++ b/aos/common/logging/logging.h
@@ -9,7 +9,7 @@ #ifdef __VXWORKS__ // Because the vxworks system headers miss the noreturn... -void abort(void) __attribute__((noreturn)); +extern "C" void abort(void) __attribute__((noreturn)); #endif #ifdef __cplusplus