From: Paul Eggert Date: Thu, 6 Mar 2014 01:51:59 +0000 (-0800) Subject: maint: fix ChangeLog to match commit record X-Git-Tag: v1.0~7421 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=8c7f2f9de84e2686f078a6a3a170c6381dae776f;p=gnulib.git maint: fix ChangeLog to match commit record --- diff --git a/ChangeLog b/ChangeLog index 17b9b886a5..2f847e64ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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