[libunwind] Remove needless sys/uio.h (#97495)
No reference to `readv` or `writev`. This makes `libcxx` happy when compiling against clang's `libc` as part of https://github.com/llvm/llvm-project/issues/97191.
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <sys/uio.h>
|
||||
#include <unistd.h>
|
||||
#define _LIBUNWIND_CHECK_LINUX_SIGRETURN 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user