authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-14 07:11:07+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-08-14 07:11:07+02:00
log007cc817a1b366c6472bab20919d6bb9ecf6e055
treead6eebd587fdc3c777311d8c885093df10faa26d
parent27d6614f81dfddcbd05b2a0b4afb8db83eaafb0b
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

tsan: remove usage of libnvmm and libncurses headers on netbsd

https://github.com/llvm/llvm-project/pull/153534

1 files changed, 1 insertions(+), 2 deletions(-)

lib/libtsan/sanitizer_common/sanitizer_platform_limits_netbsd.cpp+1-2
......@@ -498,7 +498,6 @@ struct urio_command {
498498#include <md5.h>
499499#include <rmd160.h>
500500#include <soundcard.h>
501#include <term.h>
502501#include <termios.h>
503502#include <time.h>
504503#include <ttyent.h>
......@@ -515,7 +514,7 @@ struct urio_command {
515514#include <stringlist.h>
516515
517516#if defined(__x86_64__)
518#include <nvmm.h>
517#include <dev/nvmm/nvmm_ioctl.h>
519518#endif
520519// clang-format on
521520