Skip to content

Commit

Permalink
Merge pull request #6051 from grom72/obsolete-freebsd
Browse files Browse the repository at this point in the history
common: remove unsupported FreeBSD related define
  • Loading branch information
janekmi committed Mar 13, 2024
2 parents 9819db6 + 00a2fed commit c98000e
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 c98000e

Please sign in to comment.