summaryrefslogtreecommitdiffstats
path: root/main/open-vm-tools/linux-is-not-gnu.patch
blob: 3045d536dc83ab23900b594fd71780c6dedb1846 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- open-vm-tools-9.4.6-1770165.orig/lib/include/vm_basic_defs.h
+++ open-vm-tools-9.4.6-1770165/lib/include/vm_basic_defs.h
@@ -550,7 +550,7 @@
 #endif
 #endif
 
-#if defined __linux__ && !defined __KERNEL__ && !defined MODULE && \
+#if defined __GLIBC__ && !defined __KERNEL__ && !defined MODULE && \
                          !defined VMM && !defined FROBOS && !defined __ANDROID__
 #include <features.h>
 #if __GLIBC_PREREQ(2, 1) && !defined GLIBC_VERSION_21