commit | e9bf6a4a20798cd495b2833112482ebc55bc5982 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Jan 16 04:22:10 2023 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Mon Jan 16 04:22:10 2023 -0500 |
tree | 691bd277f9b39af4e648f61184c48d35ecbc62bf | |
parent | 109a0a7e902f23e7167f89abbc0d8fa0ccca6594 [diff] |
sim: build: stop probing system extensions (ourselves) This logic was added in order to expose the strsignal prototype for nrun.c. Since then, we've migrated to gnulib as our portability layer, and it takes care of probing system extensions for us, so there's no need to duplicate the work.