[glib/halfline-no-spawn: 1/2] wip! gspawn: Disable posix_spawn on osx




commit 4ac8bc6a62fafb2751a92161c81a63ebd696969f
Author: Ray Strode <rstrode redhat com>
Date:   Tue Oct 18 13:35:19 2022 -0400

    wip! gspawn: Disable posix_spawn on osx
    
    I just want to see if it has any effect on the osx failure

 glib/gspawn.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/glib/gspawn.c b/glib/gspawn.c
index 4e029eedf5..87af46cc56 100644
--- a/glib/gspawn.c
+++ b/glib/gspawn.c
@@ -83,9 +83,11 @@
 #define POSIX_SPAWN_AVAILABLE
 #endif
 
+#undef POSIX_SPAWN_AVAILABLE
+
 #else /* !__GLIBC__ */
 /* Assume that all non-glibc posix_spawn implementations are fine. */
-#define POSIX_SPAWN_AVAILABLE
+#undef POSIX_SPAWN_AVAILABLE
 #endif /* __GLIBC__ */
 #endif /* HAVE_POSIX_SPAWN */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]