diff options
| -rw-r--r-- | tests/ChangeLog | 6 | ||||
| -rw-r--r-- | tests/tryentercs.c | 5 | ||||
| -rw-r--r-- | tests/tryentercs2.c | 5 | 
3 files changed, 12 insertions, 4 deletions
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  <rpj@ixobrychus.canberra.edu.au>  	* 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  <rpj@ixobrychus.canberra.edu.au> + +	* tryentercs.c: Apply typo patch from bje. + +	* tryentercs2.c: Ditto. +  Sun Mar  7 10:41:52 1999  Ross Johnson  <rpj@ixobrychus.canberra.edu.au>  	* 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 <windows.h> -#include<process.h> +#include <process.h>  #include <stdio.h>  /* @@ -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 <windows.h> -#include<process.h> +#include <process.h>  #include <stdio.h>  /* @@ -56,4 +56,5 @@ main()           (_try_enter_critical_section == NULL) ? "Mutexes" : "Critical Sections");    return(0); -}
\ No newline at end of file +} +  | 
