commit | f1db8ce28d1f18366268422f21f934ad87d342db | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali.rohar@gmail.com> | Sun Apr 13 18:34:35 2025 +0200 |
committer | Martin Storsjö <martin@martin.st> | Mon May 05 23:43:59 2025 +0300 |
tree | 25f4be0746922b3722908fc63391c6672baabac4 | |
parent | 72d71a53a893b9f579be806054a69f4fd5d8431c [diff] |
headers: Remove broken inline stat() and fstat() functions Correct versions are provided by non-inline variants. To prevent code duplication and maintenance, remove those inline definitions completely instead of fixing them. Signed-off-by: Martin Storsjö <martin@martin.st>