From 3b8b674c4c867c309f90207bf226ae800e6a5fe0 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 4 Jan 2019 06:22:00 +0100 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ lib/sys-limits.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.39.5