mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
* Clarify license * Allow null passwords * Improve APKBUILD, update patches * Add -openrc subpackage
12 lines
240 B
Diff
12 lines
240 B
Diff
--- a/tests/src/libsystem.c
|
|
+++ b/tests/src/libsystem.c
|
|
@@ -213,7 +213,7 @@
|
|
return g_strdup (path);
|
|
}
|
|
|
|
-#ifdef __linux__
|
|
+#ifdef __GLIBC__
|
|
static int
|
|
open_wrapper (const char *func, const char *pathname, int flags, mode_t mode)
|
|
{
|