Skip to content

Commit 35b205e

Browse files
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

File tree

examples/mi-mctp-csi-test.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
#include <ccan/array_size/array_size.h>
2323
#include <ccan/endian/endian.h>
24-
#include <bits/pthreadtypes.h>
2524

2625
void fhexdump(FILE *fp, const unsigned char *buf, int len)
2726
{

0 commit comments

Comments
 (0)