am 10225071: Merge "Fixes x86 build."

* commit '102250719f8aff443741e54ba5633c7722544620':
  Fixes x86 build.
This commit is contained in:
Elliott Hughes 2012-10-18 13:56:02 -07:00 committed by Android Git Automerger
commit 4d71adbc0d

View file

@ -2194,7 +2194,7 @@ time_t t;
#endif /* defined STD_INSPIRED */
#include <stdint.h>
#include <sys/endian.h>
#include <arpa/inet.h> // For ntohl(3).
static int __bionic_open_tzdata(const char* olson_id, int* data_size) {
int fd = TEMP_FAILURE_RETRY(open(TZDATA_PATH, OPEN_MODE));