| commit | fcbc96191c555b60e5dc4e21e463588337f79ecc | [log] [tgz] |
|---|---|---|
| author | Andrei Homescu <ahomescu@google.com> | Tue Mar 15 01:44:21 2022 +0000 |
| committer | Andrei Homescu <ahomescu@google.com> | Wed Mar 16 20:54:31 2022 +0000 |
| tree | e9f2cfddc4e399431c7c3f3a0dacbd6fc4c2830a | |
| parent | aa4ebf2ce1c030fcbb877205d9c6bcbac4e42d97 [diff] |
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