diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-09-07 19:49:55 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-09-07 19:51:12 -0700 |
commit | d47090d964d31bb4af9872525275372efd3bfdce (patch) | |
tree | 498db20099df7ce0583581fbfa96e9b817a1224b /bootstrap.conf | |
parent | e9e7289210facb7b541a06d9e12b5364300c76ab (diff) | |
download | coreutils-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.conf | 1 |
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 |