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

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