We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9389c commit 2bff25dCopy full SHA for 2bff25d
open-vm-tools/AUTHORS
@@ -101,3 +101,6 @@ Joseph Allen Updated NetworkManager calls in suspend/resume scripts
101
Brennan Kinney Revise settings for vmware-user.desktop
102
- https://github.com/vmware/open-vm-tools/pull/668
103
104
+Rudy Heitbaum Fix build when compiling with -std=c23
105
+ - https://github.com/vmware/open-vm-tools/pull/751
106
+
open-vm-tools/lib/lock/ul.c
@@ -29,7 +29,7 @@
29
static Bool mxInPanic = FALSE; // track when involved in a panic
30
static Bool mxUserCollectLockingTree = FALSE;
31
32
-Bool (*MXUserTryAcquireForceFail)() = NULL;
+Bool (*MXUserTryAcquireForceFail)(const char *name) = NULL;
33
34
static MX_Rank (*MXUserMxCheckRank)(void) = NULL;
35
static void (*MXUserMxLockLister)(void) = NULL;
0 commit comments