]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 29 Jul 2022 03:03:43 +0000 (20:03 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 29 Jul 2022 03:03:43 +0000 (20:03 -0700)
open-vm-tools/lib/include/vm_atomic.h

index 0f5e7e48ce0385925dd222c543203b57913fe1f3..de96f7ae4b123e764d565c4389df2d03951078d3 100644 (file)
@@ -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
  *