]> 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, 20 Nov 2020 16:37:30 +0000 (08:37 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 20 Nov 2020 16:37:30 +0000 (08:37 -0800)
open-vm-tools/lib/include/sigPosixRegs.h

index ee36da5936531d661a0d33bb0ca77e53fafb38f4..fe884a2bb0949d103c18e74c24187d4497265a5d 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2009-2017 VMware, Inc. All rights reserved.
+ * Copyright (C) 2009-2017,2020 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -39,7 +39,7 @@ extern "C" {
 #if __linux__         // We need the REG_foo offsets in the gregset_t;
 #  define _GNU_SOURCE // _GNU_SOURCE maps to __USE_GNU
 
-/* And, the REG_foo definitions conflict with our own in x86.h */
+/* And, the REG_foo definitions conflict with our own in x86/regname_arch.h */
 #  if defined(__x86_64__)
 #    define REG_RAX GNU_REG_RAX
 #    define REG_RBX GNU_REG_RBX