Skip to content

Commit 8f49d64

Browse files
izaakschroedercopybara-github
authored andcommitted
[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 llvm/llvm-project#97191. NOKEYCHECK=True GitOrigin-RevId: 495452e7da8fad7bd311fd041530d72c101da643
1 parent 48659aa commit 8f49d64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/UnwindCursor.hpp

Lines changed: 0 additions & 1 deletion
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)