]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: fix recent build failure on systems without strtold
authorPádraig Brady <P@draigBrady.com>
Wed, 30 Jan 2019 06:10:49 +0000 (22:10 -0800)
committerPádraig Brady <P@draigBrady.com>
Thu, 31 Jan 2019 01:49:05 +0000 (17:49 -0800)
commit001897e7e28b82723a795fb930d2496b69180d93
tree23c8bee97fb400434f93ee2130f045e9d04c6504
parentca803394540b7c00194a2554a62d63425bf53c13
build: fix recent build failure on systems without strtold

Recently introduced in commit v8.30-50-geb73e23

* gl/lib/cl-strtod.c: Fall back to strtod() on systems
without strtold() (like we already do in sort).
gl/lib/cl-strtod.c