~kris/9p

9hist

cd47f2433b78e08525e6c1bbbd15b702dba35a87 — David du Colombier 26 years ago 031877d
Plan 9 from Bell Labs 2000-01-29
1 files changed, 5 insertions(+), 0 deletions(-)

M port/proc.c
M port/proc.c => port/proc.c +5 -0
@@ 560,8 560,13 @@ tsleep(Rendez *r, int (*fn)(void*), void *arg, int ms)
	*l = up;
	unlock(&talarm);

	if(waserror()){
		up->twhen = 0;
		nexterror();
	}
	sleep(r, tfn, arg);
	up->twhen = 0;
	poperror();
}

/*