Commit 4e3449d
authored
audcore: Don't include linux/stat.h
On glibc, this is redundant (`sys/stat.h` includes `bits/statx.h`
includes `linux/stat.h`). On musl, it results in an error that `struct
statx` and `struct statx_timestamp` are being redefined. `sys/stat.h` is
the proper interface to use when using `statx` on Linux.1 parent 5d1a7fc commit 4e3449d
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
450 | 449 | | |
451 | 450 | | |
452 | 451 | | |
| |||
0 commit comments