[all-commits] [llvm/llvm-project] 98c275: [Libfuzzer] Include signal.h for SIGINT
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Sun Sep 4 09:31:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98c2754abd8fa46287f6e925eb4a78341740e281
https://github.com/llvm/llvm-project/commit/98c2754abd8fa46287f6e925eb4a78341740e281
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2022-09-04 (Sun, 04 Sep 2022)
Changed paths:
M compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp
Log Message:
-----------
[Libfuzzer] Include signal.h for SIGINT
Or else compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp fails to compile
on FreeBSD.
More information about the All-commits
mailing list