Commit 623d9c4
authored
Fix the fstatat declaration on macOS/x64. (dlang#22689)
The x64 version of fstatat() needs to be mangled with the "INODE64" suffix in order to match the stat_t layout defined by Druntime.
See https://github.com/apple-oss-distributions/xnu/blob/f6217f891ac0bb64f3d375211650a4c1ff8ca1ea/bsd/sys/stat.h#L5731 parent 6bb9fd7 commit 623d9c4
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2008 | 2008 | | |
2009 | 2009 | | |
2010 | 2010 | | |
| 2011 | + | |
2011 | 2012 | | |
2012 | 2013 | | |
2013 | 2014 | | |
2014 | 2015 | | |
2015 | 2016 | | |
2016 | 2017 | | |
| 2018 | + | |
2017 | 2019 | | |
2018 | 2020 | | |
2019 | 2021 | | |
2020 | 2022 | | |
2021 | 2023 | | |
2022 | 2024 | | |
2023 | 2025 | | |
| 2026 | + | |
2024 | 2027 | | |
2025 | 2028 | | |
2026 | 2029 | | |
2027 | 2030 | | |
2028 | | - | |
2029 | 2031 | | |
2030 | 2032 | | |
2031 | 2033 | | |
| |||
0 commit comments