Commit 8ee95e8
committed
Fixed Alpine/musl builds: include unistd.h in gcc-preinclude
GCC 13 on Alpine 3.20 (musl) has a bug where atomic_wait.h uses
syscall() without including <unistd.h>. Adding it to the preinclude
header fixes the musl builds without affecting glibc.1 parent 20a3bd2 commit 8ee95e8
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
0 commit comments