summaryrefslogtreecommitdiffstats
path: root/main/open-vm-tools/procmgrposix.patch
blob: 510c48a72296517c4498d9c19cfc72dac75dc426 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/lib/procMgr/procMgrPosix.c
+++ b/lib/procMgr/procMgrPosix.c
@@ -114,7 +114,7 @@
 #define  SOLARIS_BASH_PATH "/usr/bin/bash"
 #endif
 
-#if defined(linux) && !defined(GLIBC_VERSION_23)
+#if defined(linux) && !defined(GLIBC_VERSION_23) && !defined(__UCLIBC__)
 /*
  * Implements the system calls (they are not wrapped by glibc til 2.3.2).
  *