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