]> code.delx.au - gnu-emacs/blobdiff - lib/sys_select.in.h
Fix regression introduced by July 10 filelock.c patch.
[gnu-emacs] / lib / sys_select.in.h
index 0aee2a16cbf7d26a470427c3d74a098493f10f44..edff088a125e74238f25578e24ed2ac812f39dcd 100644 (file)
@@ -1,5 +1,5 @@
 /* Substitute for <sys/select.h>.
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
 /* 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;