Skip to content

Commit

Permalink
[libunwind] Remove needless sys/uio.h (llvm#97495)
Browse files Browse the repository at this point in the history
No reference to `readv` or `writev`. This makes `libcxx` happy when
compiling against clang's `libc` as part of
llvm#97191.
  • Loading branch information
izaakschroeder authored and lravenclaw committed Jul 3, 2024
1 parent a46107b commit 947b6d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libunwind/src/UnwindCursor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 947b6d2

Please sign in to comment.