about summary refs log tree commit homepage
path: root/ext/kgio/sock_for_fd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/kgio/sock_for_fd.h')
-rw-r--r--ext/kgio/sock_for_fd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/kgio/sock_for_fd.h b/ext/kgio/sock_for_fd.h
index ab704b1..52947d9 100644
--- a/ext/kgio/sock_for_fd.h
+++ b/ext/kgio/sock_for_fd.h
@@ -64,6 +64,6 @@ static void init_sock_for_fd(void)
 }
 #endif /* sock_for_fd */
 #if SOCK_FOR_FD > 0
-#  define init_sock_for_fd() if (0)
+#  define init_sock_for_fd() for (;0;)
 #endif
 #endif /* SOCK_FOR_FD_H */