diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-01-23 19:58:35 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-01-23 20:06:41 -0800 |
commit | a46d8d02f2b0e49d851a45e63420744b10a10ed4 (patch) | |
tree | 3bd00fbaf8419037c29af79a8e9cbe95d95707e8 | |
parent | ae29897e704d81bef6cf2ad92f14672ef0145e79 (diff) | |
download | coreutils-a46d8d02f2b0e49d851a45e63420744b10a10ed4.tar.xz |
build: update gnulib submodule to latest
* bootstrap.conf (gnulib_modules): Add statat.
The fstatat module was split in two, and we need both halves.
-rw-r--r-- | bootstrap.conf | 1 | ||||
m--------- | gnulib | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index d575949e9..bb6c1450f 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -212,6 +212,7 @@ gnulib_modules=" sig2str sigaction ssize_t + statat stat-macros stat-size stat-time diff --git a/gnulib b/gnulib -Subproject 9fc81090f6c5590bd1b0e0fa5087577a2ee43a3 +Subproject 26b7d0370e2c6bbc07e86cda0848c341c7f64ec |