]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header files change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Tue, 5 Jun 2018 22:47:35 +0000 (15:47 -0700)
committerOliver Kurth <okurth@vmware.com>
Tue, 5 Jun 2018 22:47:35 +0000 (15:47 -0700)
open-vm-tools/lib/include/vm_basic_types.h

index 985f2425dc82c4c4b1a88173896a8fdb54d96a70..66029459f1560fd936db506d351bb5cfedcf6800 100644 (file)
 #     define _SIZE_T
       typedef __SIZE_TYPE__ size_t;
 #endif
-#  if !defined(_SSIZE_T_DEFINED)
+#  if !defined(_SSIZE_T_DEFINED) && !defined(_SSIZE_T)
 #     define _SSIZE_T_DEFINED
+#     define _SSIZE_T
       typedef int64_t ssize_t;
 #  endif
 #elif defined(__linux__) && defined(__KERNEL__)