Skip to content

Commit 495452e

Browse files
[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 #97191.
1 parent 50c8112 commit 495452e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libunwind/src/UnwindCursor.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
#include <errno.h>
3737
#include <signal.h>
3838
#include <sys/syscall.h>
39-
#include <sys/uio.h>
4039
#include <unistd.h>
4140
#define _LIBUNWIND_CHECK_LINUX_SIGRETURN 1
4241
#endif

0 commit comments

Comments
 (0)