[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:
Izaak Schroeder
2024-07-03 07:25:43 -07:00
committed by GitHub
parent 50c81128de
commit 495452e7da

View File

@@ -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