libcutils: sdk(mac) build error (part deux)
Test: Build Bug: 32450474 Change-Id: I92cca30217715779a9db6a60e2e4831a20cec3d4
This commit is contained in:
parent
231d1ac640
commit
0958b18da0
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue