commit 007cc817a1b366c6472bab20919d6bb9ecf6e055 (tree)
parent 27d6614f81dfddcbd05b2a0b4afb8db83eaafb0b
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Thu, 14 Aug 2025 07:11:07 +0200
tsan: remove usage of libnvmm and libncurses headers on netbsd
https://github.com/llvm/llvm-project/pull/153534
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/libtsan/sanitizer_common/sanitizer_platform_limits_netbsd.cpp b/lib/libtsan/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
@@ -498,7 +498,6 @@ struct urio_command {
#include <md5.h>
#include <rmd160.h>
#include <soundcard.h>
-#include <term.h>
#include <termios.h>
#include <time.h>
#include <ttyent.h>
@@ -515,7 +514,7 @@ struct urio_command {
#include <stringlist.h>
#if defined(__x86_64__)
-#include <nvmm.h>
+#include <dev/nvmm/nvmm_ioctl.h>
#endif
// clang-format on