summaryrefslogtreecommitdiff
path: root/games-emulation/pcsx2/files/pcsx2-1.7.3329-musl.patch
blob: 95d2ff38a8c2cc19c76190e89a8a0b00dad438bf (plain)
1
2
3
4
5
6
7
8
9
--- a/pcsx2/USB/qemu-usb/iov.h
+++ b/pcsx2/USB/qemu-usb/iov.h
@@ -17,5 +17,5 @@
 #define IOV_H
 
-#if !defined(_BITS_UIO_H) && !defined(__iovec_defined) /* /usr/include/bits/uio.h */
+#if !defined(_BITS_UIO_H) && !defined(__iovec_defined) && !defined(__DEFINED_struct_iovec)
 struct iovec
 {