summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-09-07 19:49:55 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-09-07 19:51:12 -0700
commitd47090d964d31bb4af9872525275372efd3bfdce (patch)
tree498db20099df7ce0583581fbfa96e9b817a1224b /bootstrap.conf
parente9e7289210facb7b541a06d9e12b5364300c76ab (diff)
downloadcoreutils-d47090d964d31bb4af9872525275372efd3bfdce.tar.gz
sort: port to strict C + valgrind
* bootstrap.conf (gnulib_modules): Add flexmember. * src/sort.c: Include flexmember.h. (struct tempnode): Make the last member flexible. (create_temp_file): Port to strict C11/C99 rules for allocation alignment with flexible array members.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 985018f67..8a0ff3189 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -88,6 +88,7 @@ gnulib_modules="
filemode
filenamecat
filevercmp
+ flexmember
fnmatch-gnu
fopen-safer
fprintftime