diff options
Diffstat (limited to 'src/third_party/wiredtiger/test/windows')
-rw-r--r-- | src/third_party/wiredtiger/test/windows/windows_shim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/windows/windows_shim.h b/src/third_party/wiredtiger/test/windows/windows_shim.h index a6050e92bca..648b991b1a2 100644 --- a/src/third_party/wiredtiger/test/windows/windows_shim.h +++ b/src/third_party/wiredtiger/test/windows/windows_shim.h @@ -87,7 +87,7 @@ int usleep(useconds_t useconds); /* - * Emulate the <pthread.h> support we need for the tests + * Emulate the <pthread.h> support we need for tests and example code. */ typedef CRITICAL_SECTION pthread_mutex_t; typedef CONDITION_VARIABLE pthread_cond_t; |