Commit 35b205e
committed
examples: remove unnecessary include of <bits/pthreadtypes.h>
The <bits/*.h> header files are GNU libc specific, and should not be
used directly from application code. This one in particular is already
included by <pthread.h> on glibc.
Fixes build on musl.
Signed-off-by: Daniel Néri <[email protected]>1 parent 846d61c commit 35b205e
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
0 commit comments