diff options
Diffstat (limited to 'testing/open-vm-tools/procmgrposix.patch')
-rw-r--r-- | testing/open-vm-tools/procmgrposix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/open-vm-tools/procmgrposix.patch b/testing/open-vm-tools/procmgrposix.patch deleted file mode 100644 index 510c48a722..0000000000 --- a/testing/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). - * |