summaryrefslogtreecommitdiff
path: root/devel/mit-pthreads/patches/patch-ca
blob: a363b77353fae394a4d9ff049983dd000492d094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ca,v 1.1 2000/01/10 19:59:15 mycroft Exp $
--- pthreads/process.c.orig	Thu Jan  6 12:34:18 2000
+++ pthreads/process.c	Thu Jan  6 13:49:00 2000
@@ -66,7 +66,7 @@
 	} else { /* Child */
 		machdep_unset_thread_timer(NULL);
 		machdep_stop_timer(NULL);
-		fork_lock++;
+		pthread_sched_resume();
 	}
 	return(ret);
 }