diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-06-11 17:29:21 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-06-11 17:30:06 -0700 |
commit | 07ab8374917bd2048b594f21adcc152d09eb21df (patch) | |
tree | f07c97068d53216c2e637de512fffdc79605785e /m4 | |
parent | bb534f6afe95723f226117eb52e184838bae4c6a (diff) | |
download | emacs-07ab8374917bd2048b594f21adcc152d09eb21df.tar.gz |
Merge from gnulib
This incorporates:
2017-06-11 getopt-posix: port to glibc 2.25.90
2017-06-04 same-inode: port better to VMS 8.2 and later
* doc/misc/texinfo.tex, lib/getopt-pfx-core.h, lib/getopt-pfx-ext.h:
* m4/sys_types_h.m4: Copy from gnulib.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/sys_types_h.m4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/m4/sys_types_h.m4 b/m4/sys_types_h.m4 index e5906709f69..ec0860be905 100644 --- a/m4/sys_types_h.m4 +++ b/m4/sys_types_h.m4 @@ -1,4 +1,4 @@ -# sys_types_h.m4 serial 7 +# sys_types_h.m4 serial 8 dnl Copyright (C) 2011-2017 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -6,6 +6,9 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN_ONCE([gl_SYS_TYPES_H], [ + dnl Use sane struct stat types in OpenVMS 8.2 and later. + AC_DEFINE([_USE_STD_STAT], 1, [For standard stat data types on VMS.]) + AC_REQUIRE([gl_SYS_TYPES_H_DEFAULTS]) gl_NEXT_HEADERS([sys/types.h]) |