Addresses #1694 Port checkpoint_stress to windows

git-svn-id: file:///svn/toku/tokudb@11526 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Yoni Fogel 2013-04-16 23:57:51 -04:00
parent f2889d3e9a
commit 6d3fdbd7a1

View file

@ -2,11 +2,9 @@
#ident "Copyright (c) 2009 Tokutek Inc. All rights reserved."
#ident "$Id$"
#include "test.h"
#include <db.h>
#include <sys/stat.h>
#include "toku_portability.h"
#include "toku_pthread.h"
#include "test.h"
#include "checkpoint_test.h"
/***
@ -195,7 +193,9 @@ random_acts(void * d) {
}
#if IS_TDB && !defined(_WIN32) && !defined(_WIN64)
return intothevoid;
#endif
}