mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
tsan: remove usage of libnvmm and libncurses headers on netbsd
https://github.com/llvm/llvm-project/pull/153534
This commit is contained in:
parent
27d6614f81
commit
007cc817a1
1 changed files with 1 additions and 2 deletions
|
|
@ -498,7 +498,6 @@ struct urio_command {
|
||||||
#include <md5.h>
|
#include <md5.h>
|
||||||
#include <rmd160.h>
|
#include <rmd160.h>
|
||||||
#include <soundcard.h>
|
#include <soundcard.h>
|
||||||
#include <term.h>
|
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <ttyent.h>
|
#include <ttyent.h>
|
||||||
|
|
@ -515,7 +514,7 @@ struct urio_command {
|
||||||
#include <stringlist.h>
|
#include <stringlist.h>
|
||||||
|
|
||||||
#if defined(__x86_64__)
|
#if defined(__x86_64__)
|
||||||
#include <nvmm.h>
|
#include <dev/nvmm/nvmm_ioctl.h>
|
||||||
#endif
|
#endif
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue