diff options
| author | Jim Meyering <meyering@redhat.com> | 2011-11-04 20:44:34 +0100 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2011-11-04 20:44:34 +0100 |
| commit | ee1d9396fc74f6b09a40156db90c9a4ab417deec (patch) | |
| tree | 7d09bf905a999afd389fc3257809a437bdab82f3 | |
| parent | build: update gnulib to pull in openat module separation changes (diff) | |
| download | coreutils-ee1d9396fc74f6b09a40156db90c9a4ab417deec.tar.gz coreutils-ee1d9396fc74f6b09a40156db90c9a4ab417deec.zip | |
build: do use fstatat and unlinkat modules, now that they're separate
* bootstrap.conf (gnulib_modules): Add fstatat and unlinkat.
| -rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 91ef8f8d1..d390fb22d 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -88,6 +88,7 @@ gnulib_modules=" freopen freopen-safer fseeko + fstatat fsusage fsync ftello @@ -223,6 +224,7 @@ gnulib_modules=" uname unicodeio unistd-safer + unlinkat unlink-busy unlocked-io unsetenv |
