diff options
| author | Paul Eggert | 2018-11-16 08:24:54 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-11-16 08:25:27 -0800 |
| commit | 7382f64bd074de59b30c88dd4056186645085a2e (patch) | |
| tree | da6d0410036aed0515484baca81981eb660da9ca /m4 | |
| parent | f7cbe83e3b37d2faa56947490e8eaa348565b1af (diff) | |
| download | emacs-7382f64bd074de59b30c88dd4056186645085a2e.tar.gz emacs-7382f64bd074de59b30c88dd4056186645085a2e.zip | |
Update from glibc and Gnulib
This incorporates:
2018-11-15 mktime: DEBUG_MKTIME cleanup
2018-11-15 mktime: fix non-EOVERFLOW errno handling
2018-11-15 mktime: fix bug with Y2038 DST transition
2018-11-15 mktime: make more room for overflow
2018-11-15 mktime: simplify offset guess
2018-11-15 mktime: new test for mktime failure
2018-11-15 mktime: fix EOVERFLOW bug
2018-11-13 longlong: fix comment typo
* lib/gnulib.mk.in: Regenerate.
* lib/mktime.c, m4/longlong.m4: Copy from Gnulib.
Diffstat (limited to 'm4')
| -rw-r--r-- | m4/longlong.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/longlong.m4 b/m4/longlong.m4 index 322d79b66c8..582af53f6c4 100644 --- a/m4/longlong.m4 +++ b/m4/longlong.m4 | |||
| @@ -57,7 +57,7 @@ AC_DEFUN([AC_TYPE_LONG_LONG_INT], | |||
| 57 | ]) | 57 | ]) |
| 58 | 58 | ||
| 59 | # Define HAVE_UNSIGNED_LONG_LONG_INT if 'unsigned long long int' works. | 59 | # Define HAVE_UNSIGNED_LONG_LONG_INT if 'unsigned long long int' works. |
| 60 | # This fixes can be faster than what's in Autoconf 2.62 through 2.68. | 60 | # This can be faster than what's in Autoconf 2.62 through 2.68. |
| 61 | 61 | ||
| 62 | # Note: If the type 'unsigned long long int' exists but is only 32 bits | 62 | # Note: If the type 'unsigned long long int' exists but is only 32 bits |
| 63 | # large (as on some very old compilers), AC_TYPE_UNSIGNED_LONG_LONG_INT | 63 | # large (as on some very old compilers), AC_TYPE_UNSIGNED_LONG_LONG_INT |