diff options
| author | Paul Eggert | 2019-04-24 17:34:09 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-04-24 17:34:32 -0700 |
| commit | 445713f55561df9a9755ce13eec0c0324b1754c2 (patch) | |
| tree | 31a906dd56514608c0a3acfa619d41aaddb092cd /admin | |
| parent | 41cc2b64904d2f59bdb32f76d898a2a1afb72ec7 (diff) | |
| download | emacs-445713f55561df9a9755ce13eec0c0324b1754c2.tar.gz emacs-445713f55561df9a9755ce13eec0c0324b1754c2.zip | |
Port to platforms lacking euidaccess (Bug#35406)
* admin/merge-gnulib (GNULIB_MODULES): Add euidaccess.
* lib/gnulib.mk.in, m4/gnulib-comp.m4: Regenerate.
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/merge-gnulib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/merge-gnulib b/admin/merge-gnulib index 4a69310d83c..cd37582cc08 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib | |||
| @@ -31,7 +31,7 @@ GNULIB_MODULES=' | |||
| 31 | count-leading-zeros count-one-bits count-trailing-zeros | 31 | count-leading-zeros count-one-bits count-trailing-zeros |
| 32 | crypto/md5-buffer crypto/sha1-buffer crypto/sha256-buffer crypto/sha512-buffer | 32 | crypto/md5-buffer crypto/sha1-buffer crypto/sha256-buffer crypto/sha512-buffer |
| 33 | d-type diffseq dosname dtoastr dtotimespec dup2 | 33 | d-type diffseq dosname dtoastr dtotimespec dup2 |
| 34 | environ execinfo explicit_bzero faccessat | 34 | environ euidaccess execinfo explicit_bzero faccessat |
| 35 | fcntl fcntl-h fdopendir | 35 | fcntl fcntl-h fdopendir |
| 36 | filemode filevercmp flexmember fpieee fstatat fsusage fsync | 36 | filemode filevercmp flexmember fpieee fstatat fsusage fsync |
| 37 | getloadavg getopt-gnu gettime gettimeofday gitlog-to-changelog | 37 | getloadavg getopt-gnu gettime gettimeofday gitlog-to-changelog |