aports/main/open-vm-tools/procmgrposix.patch

12 lines
347 B
Diff

--- 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).
*