musl regtest : fix warnings and badly initialized struct msghdr

This commit is contained in:
Paul Floyd
2023-02-21 23:05:22 +01:00
parent a6101db692
commit 7136cd9876
4 changed files with 15 additions and 9 deletions

View File

@@ -35,9 +35,7 @@
#include <string.h>
#include <time.h>
#include <unistd.h>
#if defined(HAVE_SYS_SIGNAL_H)
#include <sys/signal.h>
#endif
#include <signal.h>
#if defined(HAVE_SYS_SYSCALL_H)
#include <sys/syscall.h>
#endif