1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/lightdm/musl-is-linux.patch
Taner Tas f73cb5c48e testing/lightdm* -> community/
lightdm* : move from testing
lightdm-gtk-greeter: upgrade to 2.0.6
2019-05-25 15:15:14 +02:00

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)
{