diff lib/sys_select.in.h @ 17050:5a5080681d6c

sys_select: avoid 'static inline' * lib/sys_select.in.h (rpl_fd_isset): Now static, not static inline.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 18 Aug 2012 15:46:14 -0700
parents 498a2211d839
children e542fd46ad6f
line wrap: on
line diff
--- a/lib/sys_select.in.h	Sat Aug 18 15:34:37 2012 -0700
+++ b/lib/sys_select.in.h	Sat Aug 18 15:46:14 2012 -0700
@@ -130,7 +130,7 @@
 
 /* Re-define FD_ISSET to avoid a WSA call while we are not using
    network sockets.  */
-static inline int
+static int
 rpl_fd_isset (SOCKET fd, fd_set * set)
 {
   u_int i;