From: John Wolfe Date: Fri, 29 Jul 2022 03:03:43 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.1.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=306498ca0676354eb541b5817426191e615d0ef2;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_atomic.h b/open-vm-tools/lib/include/vm_atomic.h index 0f5e7e48c..de96f7ae4 100644 --- a/open-vm-tools/lib/include/vm_atomic.h +++ b/open-vm-tools/lib/include/vm_atomic.h @@ -2194,9 +2194,6 @@ Atomic_ReadAdd64(Atomic_uint64 *var, // IN/OUT * * Atomically subtracts a 64-bit integer from another. * - * Note: It is expected that val <= var. If untrue, the result - * cannot be represented in an unsigned type. - * * Results: * Returns the old value just prior to the subtraction *