Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2023 18:18:21 GMT
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d2033021a73d - main - compiler-rt: remove unnecessary include
Message-ID:  <202311281818.3ASIILX3097337@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311281818.3ASIILX3097337>