From 495452e7da8fad7bd311fd041530d72c101da643 Mon Sep 17 00:00:00 2001 From: Izaak Schroeder Date: Wed, 3 Jul 2024 07:25:43 -0700 Subject: [PATCH] [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. --- libunwind/src/UnwindCursor.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libunwind/src/UnwindCursor.hpp b/libunwind/src/UnwindCursor.hpp index 66fe8e2a32cc..677e842d8a22 100644 --- a/libunwind/src/UnwindCursor.hpp +++ b/libunwind/src/UnwindCursor.hpp @@ -36,7 +36,6 @@ #include #include #include -#include #include #define _LIBUNWIND_CHECK_LINUX_SIGRETURN 1 #endif