git: 289f6bfe0a21 - stable/14 - compiler-rt: remove unnecessary include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Dec 2023 11:26:37 UTC
The branch stable/14 has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=289f6bfe0a212efc875cde4abcb38b53b8e9afdd
commit 289f6bfe0a212efc875cde4abcb38b53b8e9afdd
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-11-28 18:17:36 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-12-02 11:16:32 +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
(cherry picked from commit d2033021a73db7b8d910c1ffc52f4d1d0def7162)
---
.../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>