# HG changeset patch # User Paul Eggert # Date 1394070719 28800 # Node ID 633b90cd640fa5828b5e004cb482f3158e9f8a1e # Parent e2f490eebebe9028f35f97ad4447447b79ba5417 maint: fix ChangeLog to match commit record diff -r e2f490eebebe -r 633b90cd640f ChangeLog --- a/ChangeLog Wed Mar 05 12:10:56 2014 -0800 +++ b/ChangeLog Wed Mar 05 17:51:59 2014 -0800 @@ -1,13 +1,10 @@ 2014-03-04 Kevin Cernekee - stdint, read-file: fix missing SIZE_MAX on Android - * lib/sys_types.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work - around potential circular dependencies when stdint.h is included - by the system's sys/types.h. - * lib/stdint.in.h: Use _GL_INCLUDING_UNISTD_H to figure out if - we're being included from sys/types.h, as merely checking - _SYS_TYPES_H_ could return true if sys/types.h had been previously - included. + stdint, read-file: fix missing SIZE_MAX on Android (tiny change) + This is basically one of the options Bruno Haible proposed in: + http://lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00282.html + * lib/sys_types.in.h (_GL_INCLUDING_UNISTD_H): New macro. + * lib/stdint.in.h: Use it. * modules/stdint (Depends-on): Add sys_types. 2014-02-26 Pádraig Brady