New files from gnulib.
[bpt/emacs.git] / lib / sys_select.in.h
index 0aee2a1..ae8f90c 100644 (file)
 
 /* 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;