diff options
| author | Eric Blake <ebb9@byu.net> | 2009-09-03 21:59:54 -0600 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2009-09-11 14:08:58 +0200 |
| commit | c7563435034fe72cb7fa4f8129062f18eef2906d (patch) | |
| tree | a938068a94716836629b7fa0c2075bf7723086de /bootstrap.conf | |
| parent | rm: improve efficiency of rm -r (without -f) from O(N^2) to O(N) (diff) | |
| download | coreutils-c7563435034fe72cb7fa4f8129062f18eef2906d.tar.gz coreutils-c7563435034fe72cb7fa4f8129062f18eef2906d.zip | |
rm: use gnulib faccessat
* bootstrap.conf (gnulib_modules): Add faccessat. Replace strdup
with strdup-posix.
* m4/jm-macros.m4 (coreutils_MACROS): Revert previous change, now
that gnulib does it for us.
* src/remove.c (write_protected_non_symlink): Use faccessat in
more situations.
Diffstat (limited to 'bootstrap.conf')
| -rw-r--r-- | bootstrap.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 8390ffb0f..9cdfb79d6 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -78,6 +78,7 @@ gnulib_modules=" euidaccess exclude exitfail + faccessat fchdir fcntl fcntl-safer @@ -197,7 +198,7 @@ gnulib_modules=" stdlib-safer stpcpy stpncpy - strdup + strdup-posix strftime strpbrk strtoimax |
