aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lightdm/musl-is-linux.patch
blob: d0a627c63cf04f3fc9a0d6d6a6cf006d0d069a23 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./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)
 {