emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d276996c4f6 1/2: Avoid Gnulib ‘access’ module


From: Paul Eggert
Subject: master d276996c4f6 1/2: Avoid Gnulib ‘access’ module
Date: Sat, 20 Jan 2024 14:45:48 -0500 (EST)

branch: master
commit d276996c4f60395464ca8d5d7de487022b4937fa
Author: Paul Eggert <eggert@cs.ucla.edu>
Commit: Paul Eggert <eggert@cs.ucla.edu>

    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.
---
 admin/merge-gnulib | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/merge-gnulib b/admin/merge-gnulib
index 6378a5f9a22..edaa1e08b57 100755
--- a/admin/merge-gnulib
+++ b/admin/merge-gnulib
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]