summaryrefslogtreecommitdiff
path: root/build_win
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2016-03-21 09:57:40 -0400
committerKeith Bostic <keith@wiredtiger.com>2016-03-21 09:57:40 -0400
commit2c946de66f0ea053d8aa5e7432b82f7972e5a8b6 (patch)
tree0d76c737e5467efc6147151c7762b5408d4e3078 /build_win
parentfc86d660e32b2a49a3f45d86117ede13923aeca9 (diff)
downloadmongo-2c946de66f0ea053d8aa5e7432b82f7972e5a8b6.tar.gz
WT-2330: in-memory configurations should not create on-disk collection files
Move the read/write lock code from os/ to support/, it's not OS-specific.
Diffstat (limited to 'build_win')
-rw-r--r--build_win/filelist.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_win/filelist.win b/build_win/filelist.win
index df1efc23830..3d6b0a9193f 100644
--- a/build_win/filelist.win
+++ b/build_win/filelist.win
@@ -107,7 +107,6 @@ src/os_posix/os_getline.c
src/os_posix/os_getopt.c
src/os_posix/os_init.c
src/os_posix/os_inmemory.c
-src/os_posix/os_mtx_rw.c
src/os_posix/os_posix.c
src/os_posix/os_stdio.c
src/os_posix/os_strtouq.c
@@ -160,6 +159,7 @@ src/support/hash_fnv.c
src/support/hazard.c
src/support/hex.c
src/support/huffman.c
+src/support/mtx_rw.c
src/support/pow.c
src/support/rand.c
src/support/scratch.c