From: Bruno Haible Date: Fri, 4 Jan 2019 05:22:00 +0000 (+0100) Subject: safe-read, safe-write: Fix conflict with Illumos-Joyent . X-Git-Tag: v1.0~5200 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=3b8b674c4c867c309f90207bf226ae800e6a5fe0;p=gnulib.git safe-read, safe-write: Fix conflict with Illumos-Joyent . Reported by Andy Fiddaman . * lib/sys-limits.h: Add a '_GL' prefix to the guard symbol. --- diff --git a/ChangeLog b/ChangeLog index 79d9229722..01493c2e07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-01-04 Bruno Haible + + safe-read, safe-write: Fix conflict with Illumos-Joyent . + Reported by Andy Fiddaman . + * lib/sys-limits.h: Add a '_GL' prefix to the guard symbol. + 2019-01-03 Eric Blake maintainer-makefile: fix typo in previous patch diff --git a/lib/sys-limits.h b/lib/sys-limits.h index 2f09bbff1e..12611b517b 100644 --- a/lib/sys-limits.h +++ b/lib/sys-limits.h @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, see . */ -#ifndef _SYS_LIMITS_H -#define _SYS_LIMITS_H +#ifndef _GL_SYS_LIMITS_H +#define _GL_SYS_LIMITS_H #include