]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: re-add missed C89 headers for specific detections
authorViktor Szakats <commit@vsz.me>
Thu, 5 Oct 2023 23:04:40 +0000 (23:04 +0000)
committerViktor Szakats <commit@vsz.me>
Fri, 6 Oct 2023 09:46:02 +0000 (09:46 +0000)
commit8bc474fa0593bfc6e19bae5220b4021d5db39260
tree4f709f9a826f5b94fb2321dcee84b586e12dbb64
parent6dd6654f7551799bc32a8a2f5a11cfd6cd7d3448
cmake: re-add missed C89 headers for specific detections

We removed C89 `setjmp.h` and `signal.h` detections and excluded them
from the global header list we use when detecting functions [1]. Then
missed to re-add these headers to the specific functions which need
them to be detected [2]. Fix this omission in this patch.

[1] Follow-up to 3795fcde995d96db641ddbcc8a04f9f0f03bef9f #11951
[2] Follow-up to 96c29900bcec32dd6bc8e9857c8871ff4b8b8ed9 #11940

Closes #12043
CMakeLists.txt