diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-08-19 16:31:24 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-08-19 16:31:24 -0700 |
commit | 562d4436bce90adc8535aeb2b9b1517952ee67ad (patch) | |
tree | 5f0e3326cb58d26d69af7e30714ecf4c13d88f73 /lib/sys_select.in.h | |
parent | b69a6d228467365b4ed2545dcb1ecc3582d20e2a (diff) | |
download | emacs-562d4436bce90adc8535aeb2b9b1517952ee67ad.tar.gz emacs-562d4436bce90adc8535aeb2b9b1517952ee67ad.tar.bz2 emacs-562d4436bce90adc8535aeb2b9b1517952ee67ad.zip |
Merge from gnulib.
2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
2012-08-19 mktime, sys_select: avoid 'static inline'
2012-08-19 gnulib-tool: Fix indentation.
Diffstat (limited to 'lib/sys_select.in.h')
-rw-r--r-- | lib/sys_select.in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sys_select.in.h b/lib/sys_select.in.h index 0aee2a16cbf..ae8f90cae74 100644 --- a/lib/sys_select.in.h +++ b/lib/sys_select.in.h @@ -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; |