mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
11 lines
240 B
Diff
11 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)
|
|
{
|