From: Paul Floyd Date: Sun, 27 Aug 2023 15:27:57 +0000 (+0200) Subject: FreeBSD: remove testing code X-Git-Tag: VALGRIND_3_22_0~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5190d4110540bfb56623efac30a27f4c3f258f10;p=thirdparty%2Fvalgrind.git FreeBSD: remove testing code --- diff --git a/coregrind/m_syswrap/syswrap-freebsd.c b/coregrind/m_syswrap/syswrap-freebsd.c index 17abf132b6..a9a77c3f45 100644 --- a/coregrind/m_syswrap/syswrap-freebsd.c +++ b/coregrind/m_syswrap/syswrap-freebsd.c @@ -4695,7 +4695,7 @@ POST(sys__umtx_op) case VKI_UMTX_OP_SHM: case VKI_UMTX_OP_ROBUST_LISTS: break; -#if (FREEBSD_VERS >= FREEBSD_14 || 1) +#if (FREEBSD_VERS >= FREEBSD_14) case VKI_UMTX_OP_GET_MIN_TIMEOUT: POST_MEM_WRITE( ARG4, sizeof(long int) ); break;