dreid 01/07/24 03:04:06
Modified: threadproc/unix procsup.c
Log:
Panto season comes early this year...
the bug's fixed!
oh no it isn't
oh yes it is
oh no it isn't
oh yes it is
oh no it isn't
Well, you get the idea. anyway fork + threads = evil on beos (still)
despite being told that it was fixed, it isn't :(
Revision Changes Path
1.31 +1 -1 apr/threadproc/unix/procsup.c
Index: procsup.c
===================================================================
RCS file: /home/cvs/apr/threadproc/unix/procsup.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- procsup.c 2001/02/25 20:39:39 1.30
+++ procsup.c 2001/07/24 10:04:06 1.31
@@ -60,7 +60,7 @@
pid_t pgrp;
chdir("/");
-#if !defined(MPE) && !defined(OS2) && !defined(TPF) && !defined(BEOS_R5)
+#if !defined(MPE) && !defined(OS2) && !defined(TPF) && !defined(BEOS)
/* Don't detach for MPE because child processes can't survive the death of
the parent. */
if ((x = fork()) > 0)