Reported by Andy Fiddaman <andy@omniosce.org>.
* lib/sys-limits.h: Add a '_GL' prefix to the guard symbol.
+2019-01-04 Bruno Haible <bruno@clisp.org>
+
+ safe-read, safe-write: Fix conflict with Illumos-Joyent <sys/limits.h>.
+ Reported by Andy Fiddaman <andy@omniosce.org>.
+ * lib/sys-limits.h: Add a '_GL' prefix to the guard symbol.
+
2019-01-03 Eric Blake <eblake@redhat.com>
maintainer-makefile: fix typo in previous patch
You should have received a copy of the GNU General Public License
along with this program; if not, see <https://www.gnu.org/licenses/>. */
-#ifndef _SYS_LIMITS_H
-#define _SYS_LIMITS_H
+#ifndef _GL_SYS_LIMITS_H
+#define _GL_SYS_LIMITS_H
#include <limits.h>