sys/signal.h is wrong and should not be used. Musl C library warns about it. Signed-off-by: Rostislav Skudnov <rostislav@xxxxxxxxxx> --- src/pwrite_mmap_blocked.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pwrite_mmap_blocked.c b/src/pwrite_mmap_blocked.c index 26e2230..0ebd746 100644 --- a/src/pwrite_mmap_blocked.c +++ b/src/pwrite_mmap_blocked.c @@ -22,7 +22,7 @@ #include <errno.h> #include <time.h> #include <sys/mman.h> -#include <sys/signal.h> +#include <signal.h> #include <sys/stat.h> -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html