git: d2033021a73d - main - compiler-rt: remove unnecessary include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Nov 2023 18:18:21 UTC
The branch main has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=d2033021a73db7b8d910c1ffc52f4d1d0def7162 commit d2033021a73db7b8d910c1ffc52f4d1d0def7162 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2023-11-28 18:17:36 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2023-11-28 18:17:54 +0000 compiler-rt: remove unnecessary include This is to sync the code with upstream, see: See https://github.com/llvm/llvm-project/pull/73439#discussion_r1406644942 Fixes: 4c9a0adad182 MFC after: 3 days --- .../compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp b/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp index 58310e05b359..2e9329183e8d 100644 --- a/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp +++ b/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp @@ -47,7 +47,6 @@ #if SANITIZER_FREEBSD #include <pthread_np.h> -#include <stdlib.h> #include <osreldate.h> #include <sys/auxv.h> #include <sys/sysctl.h>