1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/testing/lightdm/musl-is-linux.patch
2014-06-02 19:02:10 +00:00

11 lines
245 B
Diff

--- ./tests/src/libsystem.c.orig
+++ ./tests/src/libsystem.c
@@ -205,7 +205,7 @@
return g_strdup (path);
}
-#ifdef __linux__
+#ifdef __GLIBC__
static int
open_wrapper (const char *func, const char *pathname, int flags, mode_t mode)
{