summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2020-09-26 17:39:45 +0000
committerrillig <rillig@NetBSD.org>2020-09-26 17:39:45 +0000
commit4b632a4df032e745724af161ec2c16ed0632442b (patch)
tree779f74c8448635608f8de8b760453dfe095c92b9 /lib
parent5986dbb9d012df838009acadd0011d72d3877ca3 (diff)
make(1): revert migration from Lst_ForEachUntil to Lst_ForEach
There is a crucial difference between these functions, in that Lst_ForEachUntil can cope with a few concurrent modifications while iterating over the list. This is something that Lst_ForEach doesn't do. This difference led to a crash very early in NetBSD's build.sh.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions