Skip to content

Commit

Permalink
common: remove unsupported FreeBSD related define
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Mar 12, 2024
1 parent 9819db6 commit 00a2fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/valgrind_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#ifndef PMDK_VALGRIND_INTERNAL_H
#define PMDK_VALGRIND_INTERNAL_H 1

#if !defined(__FreeBSD__) && !defined(__riscv) && !defined(__loongarch64)
#if !defined(__riscv) && !defined(__loongarch64)
#ifndef VALGRIND_ENABLED
#define VALGRIND_ENABLED 1
#endif
Expand Down

0 comments on commit 00a2fed

Please sign in to comment.