Robin Gareus
4b8b5acfc4
Fix builds with gcc-14 lstat (#9703 PR #893)
from stat(2)
```
lstat():
/* glibc 2.19 and earlier */ _BSD_SOURCE
|| /* Since glibc 2.20 */ _DEFAULT_SOURCE
|| _XOPEN_SOURCE >= 500
|| /* Since glibc 2.10: */ _POSIX_C_SOURCE >= 200112L
```
2024-05-07 00:17:56 +02:00
..
2024-01-06 21:52:48 +01:00
2024-04-19 10:43:10 -06:00
2024-04-04 17:32:50 +02:00
2024-01-06 21:52:48 +01:00
2024-05-07 00:17:56 +02:00
2024-01-14 20:28:43 +01:00
2024-01-06 21:52:48 +01:00
2024-01-06 21:52:48 +01:00