commit | 827c4e6fbe46142049ef3d8bcb8f35951712797d | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <nsz@port70.net> | Sun Mar 05 23:03:35 2017 +0100 |
committer | Rich Felker <dalias@aerifal.cx> | Sun Mar 05 20:02:31 2017 -0500 |
tree | 5f7a4ecc03a37de5d4feb656c0344eabeddd2d80 | |
parent | 0a4a16d11cc263c3f32325f985b9ed94b04af79f [diff] |
fix lsearch and lfind to pass key as first arg to the compar callback this is not a conformance issue as posix does not specify the argument order, but the order is specified for bsearch and some systems document the order for lsearch consistently (openbsd). since there were two indpendent reports of this issue it's better to use the more widely expected argument order.