]> granicus.if.org Git - strace/blobdiff - io.c
Cleanup after non-Linux code removal.
[strace] / io.c
diff --git a/io.c b/io.c
index 9aa0ddd0683ecd810805d05b3fcdb7bf61eeab81..7dff4e63b1a2a8239b519ded522b57025e3618f2 100644 (file)
--- a/io.c
+++ b/io.c
@@ -69,7 +69,7 @@ sys_write(struct tcb *tcp)
 void
 tprint_iov(struct tcb *tcp, unsigned long len, unsigned long addr, int decode_iov)
 {
-#if defined(LINUX) && SUPPORTED_PERSONALITIES > 1
+#if SUPPORTED_PERSONALITIES > 1
        union {
                struct { u_int32_t base; u_int32_t len; } iov32;
                struct { u_int64_t base; u_int64_t len; } iov64;