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] [blame] |
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/die.h b/aos/common/die.h index 05500be..80e8450 100644 --- a/aos/common/die.h +++ b/aos/common/die.h
@@ -4,7 +4,7 @@ #include <stdarg.h> #include "aos/common/macros.h" -#include "aos/common/util/aos_strerror.h" +#include "aos/common/libc/aos_strerror.h" namespace aos {