]> git.eshelyaron.com Git - emacs.git/commit
Avoid Gnulib ‘access’ module
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 20 Jan 2024 19:26:09 +0000 (11:26 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 21 Jan 2024 07:27:11 +0000 (08:27 +0100)
commit75636c7bd66b170084c453ba9cc0b8076ec8accd
tree99c5a04d0070ad2ec956f3529878297cfe10b721
parentc15c14b257f31ee0f7dfb01c7756ede66087a85a
Avoid Gnulib ‘access’ module

* admin/merge-gnulib (AVOIDED_MODULES): Add ‘access’,
since I don’t think Emacs cares about the Mac OS X 10.5
bug where faccessat ignores a trailing slash on a symlink
to a directory.  This will matter the next time we run
admin/merge-gnulib.

(cherry picked from commit d276996c4f60395464ca8d5d7de487022b4937fa)
admin/merge-gnulib