Loading libcutils/sockets_unix.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,10 @@ #include "android_get_control_env.h" #ifndef TEMP_FAILURE_RETRY #define TEMP_FAILURE_RETRY(exp) (exp) // KISS implementation #endif #if defined(__ANDROID__) /* For the socket trust (credentials) check */ #include <private/android_filesystem_config.h> Loading Loading
libcutils/sockets_unix.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,10 @@ #include "android_get_control_env.h" #ifndef TEMP_FAILURE_RETRY #define TEMP_FAILURE_RETRY(exp) (exp) // KISS implementation #endif #if defined(__ANDROID__) /* For the socket trust (credentials) check */ #include <private/android_filesystem_config.h> Loading