diff options
author | Jürg Billeter <juerg.billeter@codethink.co.uk> | 2023-05-24 09:41:02 +0200 |
---|---|---|
committer | Jürg Billeter <juerg.billeter@codethink.co.uk> | 2023-05-24 09:41:02 +0200 |
commit | 339c79d40535d5e2ea8e56dfbff76c283315f2d3 (patch) | |
tree | f375b65fb8aaeaf50a3231247516077a0281c714 /absl/base/internal | |
parent | 44606a0df52c9aef879bbbd0567af571fe996329 (diff) |
absl/status: Fix build on AIX
`_LINUX_SOURCE_COMPAT` needs to be defined to fix
absl/status/status.cc:494:5: error: duplicate case value
494 | case ENOTEMPTY: // Directory not empty
| ^~~~
absl/status/status.cc:480:5: note: previously used here
480 | case EEXIST: // File exists
| ^~~~
Diffstat (limited to 'absl/base/internal')
0 files changed, 0 insertions, 0 deletions