commit | e5cc1f386b167b9f7bfdebc7219e89aa9b71e4b2 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Thu Jan 15 16:12:07 2009 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Thu Jan 15 16:12:07 2009 -0800 |
tree | 2cbd43daa6744ed80e833528f8cbfc0c485e5253 | |
parent | 6d6c82c7a0a6b9a89f61b61c66f9b90d9c7177dc [diff] [blame] |
auto import from //branches/cupcake/...@126645
diff --git a/libc/bionic/__errno.c b/libc/bionic/__errno.c index ffc6e61..8f33cce 100644 --- a/libc/bionic/__errno.c +++ b/libc/bionic/__errno.c
@@ -26,7 +26,7 @@ * SUCH DAMAGE. */ #include <errno.h> -#include <sys/tls.h> +#include <bionic_tls.h> volatile int* __errno( void ) {