Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c43b02f2 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "libcutils: sdk(mac) build error (part deux)" am: ed0a48c6 am: 5a411029

am: 01f8f8c5

Change-Id: Ic41cc11458f9ae17815a9c35f57fd2d25c368e78
parents c03f3c71 01f8f8c5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>