commit | af78486474ccb81b1b1eabd046c1c1f1768da509 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Tue May 13 08:14:55 2014 -0700 |
committer | Brian Silverman <brians> | Tue May 13 08:14:55 2014 -0700 |
tree | 71a4c360e70d955aefe282a8bd830beb7913eb40 | |
parent | d784488007aea584acd2fe39553da631d2d872c5 [diff] |
fixed lots of not-thread-safe things Most of the things I fixed here were using libc functions that are fundamentally not thread-safe.
diff --git a/aos/common/logging/logging.h b/aos/common/logging/logging.h index 49828bf..e6e14f9 100644 --- a/aos/common/logging/logging.h +++ b/aos/common/logging/logging.h
@@ -11,7 +11,7 @@ #include <errno.h> #include "aos/common/macros.h" -#include "aos/common/util/aos_strerror.h" +#include "aos/common/libc/aos_strerror.h" #ifdef __cplusplus extern "C" {