Fix TEMP_FAILURE_RETRY on non-GNU C++ dialects
TEMP_FAILURE_RETRY uses typeof which is only allowed by gcc and clang for GNU dialects. This switches to __typeof__ which is always supported. Bug: 224644083 Test: m Change-Id: I96d48d2f0dc5cd9ab903755d93c71c4eb80f7529
Loading
Please register or sign in to comment