diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2014-12-19 13:46:01 -0500 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2014-12-19 17:18:30 -0500 |
commit | b896fb9a7072c4d2b43ed9c19a39fe342bd4d094 (patch) | |
tree | 397c3a86df94485b476fbab19b805f6c84061294 /dist | |
parent | afd499a7091dab914463692dcc442a308740e33c (diff) | |
download | mongo-b896fb9a7072c4d2b43ed9c19a39fe342bd4d094.tar.gz |
Add __wt_getenv to workaround caching in MSVC CRT's getenv implementation.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/filelist | 1 | ||||
-rw-r--r-- | dist/s_string.ok | 2 | ||||
-rwxr-xr-x | dist/s_win | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/dist/filelist b/dist/filelist index 07469f49311..c2346caf1ea 100644 --- a/dist/filelist +++ b/dist/filelist @@ -109,6 +109,7 @@ src/os_posix/os_filesize.c src/os_posix/os_flock.c src/os_posix/os_fsync.c src/os_posix/os_ftruncate.c +src/os_posix/os_getenv.c src/os_posix/os_getline.c src/os_posix/os_getopt.c src/os_posix/os_map.c diff --git a/dist/s_string.ok b/dist/s_string.ok index aa5d65bcc8b..94f3ea6b6a5 100644 --- a/dist/s_string.ok +++ b/dist/s_string.ok @@ -138,6 +138,7 @@ GETTIMEOFDAY GIDs Gcc Geoff +GetEnvironmentVariableA GetFileAttributesEx GetFileSizeEx GetLastError @@ -639,6 +640,7 @@ func funcs gcc gdb +getenv getfiles getid getline diff --git a/dist/s_win b/dist/s_win index 7c5fecb08bc..187de91e498 100755 --- a/dist/s_win +++ b/dist/s_win @@ -44,6 +44,7 @@ win_filelist() -e 's;os_posix/os_flock.c;os_win/os_flock.c;' \ -e 's;os_posix/os_fsync.c;os_win/os_fsync.c;' \ -e 's;os_posix/os_ftruncate.c;os_win/os_ftruncate.c;' \ + -e 's;os_posix/os_getenv.c;os_win/os_getenv.c;' \ -e 's;os_posix/os_map.c;os_win/os_map.c;' \ -e 's;os_posix/os_mtx_cond.c;os_win/os_mtx_cond.c;' \ -e 's;os_posix/os_once.c;os_win/os_once.c;' \ |