summaryrefslogtreecommitdiff
path: root/lib/sys_types.in.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-03-07 10:57:11 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-03-07 10:57:11 -0800
commit0d181095652bf8e1ca27935e54ecbb5443496334 (patch)
tree5bf9307c53f29af1a493e42308887ce26785c5b3 /lib/sys_types.in.h
parentd67d60a2eab5f7f1f9b1d31cd1c7dd1e31bb4d2b (diff)
downloademacs-0d181095652bf8e1ca27935e54ecbb5443496334.tar.gz
Merge from gnulib.
This incorporates: 2014-03-04 stdint: fix missing SIZE_MAX on Android 2013-03-02 sys_types: avoid autoconf warning about gl_SYS_TYPES_H * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. * lib/stdint.in.h, lib/sys_types.in.h, m4/sys_types_h.m4: Update from gnulib. Fix oversight preventing lib/sys/types.h from being generated. * admin/merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid sys_types.
Diffstat (limited to 'lib/sys_types.in.h')
-rw-r--r--lib/sys_types.in.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sys_types.in.h b/lib/sys_types.in.h
index d3a4be1074a..deb5d67d1d7 100644
--- a/lib/sys_types.in.h
+++ b/lib/sys_types.in.h
@@ -23,7 +23,9 @@
#ifndef _@GUARD_PREFIX@_SYS_TYPES_H
/* The include_next requires a split double-inclusion guard. */
+# define _GL_INCLUDING_SYS_TYPES_H
#@INCLUDE_NEXT@ @NEXT_SYS_TYPES_H@
+# undef _GL_INCLUDING_SYS_TYPES_H
#ifndef _@GUARD_PREFIX@_SYS_TYPES_H
#define _@GUARD_PREFIX@_SYS_TYPES_H