Skip to content

adb: use sys/uio.h for iovec operations

Ariadne Conill requested to merge ariadne/apk-tools:chore/sys-uio into master

readv/writev and struct iovec are declared in sys/uio.h per POSIX. using it without sys/uio.h is a GNU extension.

ref #10794 (closed)

Merge request reports