]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Darwin: another csrctl change
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 20 Nov 2023 21:28:43 +0000 (22:28 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 20 Nov 2023 21:28:43 +0000 (22:28 +0100)
Still getting asserts on x86 probably due to 64 bit arguments
(none of the Darwin syscalls are split into x86 / amd64 with
MERGEs for x86).

include/vki/vki-darwin.h

index 9d0e2f04fad086eb6b6b5dc488d1593ad5cb8c1e..392558fc89de3a2c9205e2a5a1f0db2128aeb329 100644 (file)
@@ -1122,7 +1122,7 @@ typedef int vki_errno_t;
 
 /* necp stuff.  This doesn't appear to exist in any user space include
    file. */
-#if DARWIN_VERS == DARWIN_10_10
+#if DARWIN_VERS >= DARWIN_10_10
 struct vki_necp_aggregate_result {
    vki_u_int32_t field1;
    unsigned int  field2;