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.
This commit is contained in:
parent
412cc0212d
commit
d276996c4f
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ GNULIB_MODULES='
|
|||
'
|
||||
|
||||
AVOIDED_MODULES='
|
||||
btowc chmod close crypto/af_alg dup fchdir fstat
|
||||
access btowc chmod close crypto/af_alg dup fchdir fstat
|
||||
iswblank iswctype iswdigit iswxdigit langinfo lock
|
||||
mbrtowc mbsinit memchr mkdir msvc-inval msvc-nothrow nl_langinfo
|
||||
openat-die opendir pthread-h raise
|
||||
|
|
Loading…
Add table
Reference in a new issue