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/linux_code/linux_code.gyp b/aos/linux_code/linux_code.gyp index cbae81b..74b788d 100644 --- a/aos/linux_code/linux_code.gyp +++ b/aos/linux_code/linux_code.gyp
@@ -31,6 +31,7 @@ ], 'dependencies': [ 'init', + '<(AOS)/common/util/util.gyp:run_command', ], }, ],