summaryrefslogtreecommitdiffstats
path: root/main/open-vm-tools/procmgrposix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/open-vm-tools/procmgrposix.patch')
-rw-r--r--main/open-vm-tools/procmgrposix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/open-vm-tools/procmgrposix.patch b/main/open-vm-tools/procmgrposix.patch
deleted file mode 100644
index 510c48a72..000000000
--- a/main/open-vm-tools/procmgrposix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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).
- *