From c181e5bb2ccf9d351553eaadf66578df441024a6 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 11 Mar 1999 17:35:30 +0000 Subject: Wed Mar 10 10:41:52 1999 Ross Johnson * tryentercs.c: Apply typo patch from bje. * tryentercs2.c: Ditto. --- tests/ChangeLog | 6 ++++++ tests/tryentercs.c | 5 +++-- tests/tryentercs2.c | 5 +++-- 3 files changed, 12 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/ChangeLog b/tests/ChangeLog index 0304802..6f540b0 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -3,6 +3,12 @@ Fri Mar 12 08:34:15 1999 Ross Johnson * eyal1.c (main): Fix trylock loop; was not waiting for thread to lock the "started" mutex. +Wed Mar 10 10:41:52 1999 Ross Johnson + + * tryentercs.c: Apply typo patch from bje. + + * tryentercs2.c: Ditto. + Sun Mar 7 10:41:52 1999 Ross Johnson * Makefile (condvar3, condvar4): Add tests. diff --git a/tests/tryentercs.c b/tests/tryentercs.c index 1125611..536e5fe 100644 --- a/tests/tryentercs.c +++ b/tests/tryentercs.c @@ -6,7 +6,7 @@ */ #include -#include +#include #include /* @@ -67,4 +67,5 @@ main() (_try_enter_critical_section == NULL) ? "Mutexes" : "Critical Sections"); return(0); -} \ No newline at end of file +} + diff --git a/tests/tryentercs2.c b/tests/tryentercs2.c index adce6df..5b4dee6 100644 --- a/tests/tryentercs2.c +++ b/tests/tryentercs2.c @@ -6,7 +6,7 @@ */ #include -#include +#include #include /* @@ -56,4 +56,5 @@ main() (_try_enter_critical_section == NULL) ? "Mutexes" : "Critical Sections"); return(0); -} \ No newline at end of file +} + -- cgit v1.2.3