diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-08-18 15:46:14 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-08-19 14:13:55 -0700 |
commit | 91574ca19907e0a67dcbfe4900fb7813f50278f5 (patch) | |
tree | 986f45e44ace7eb0d4164282590d2222a32e3f02 /ChangeLog | |
parent | cd15de4ab5ef12987ef10571c2788ab802140baa (diff) | |
download | gnulib-91574ca19907e0a67dcbfe4900fb7813f50278f5.tar.gz |
sys_select: avoid 'static inline'
* lib/sys_select.in.h (rpl_fd_isset): Now static, not static inline.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2012-08-19 Paul Eggert <eggert@cs.ucla.edu> + sys_select: avoid 'static inline' + * lib/sys_select.in.h (rpl_fd_isset): Now static, not static inline. + mktime: avoid 'static inline' * lib/mktime.c (leapyear, ydhms_diff): Now static, not static inline. * m4/mktime.m4 (gl_PREREQ_MKTIME): Do not require AC_C_INLINE. |