Commit 3dcb996
Define _DEFAULT_SOURCE when compiling the port driver
With -std=c17, musl's string.h hides the POSIX.1-2008 strnlen
declaration, and GCC 14 (Alpine 3.24) turns the resulting implicit
declaration into a hard error.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 94a4099 commit 3dcb996
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
| |||
0 commit comments