mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 14:52:14 +01:00
12 lines
347 B
Diff
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).
|
|
*
|