Commit 2ed51f29 authored by Kenton Varda's avatar Kenton Varda

Rename filesystem-disk.c++ to filesystem-disk-unix.c++.

parent e26d9c90
...@@ -231,7 +231,7 @@ libkj_la_SOURCES= \ ...@@ -231,7 +231,7 @@ libkj_la_SOURCES= \
src/kj/thread.c++ \ src/kj/thread.c++ \
src/kj/time.c++ \ src/kj/time.c++ \
src/kj/filesystem.c++ \ src/kj/filesystem.c++ \
src/kj/filesystem-disk.c++ \ src/kj/filesystem-disk-unix.c++ \
src/kj/filesystem-disk-win32.c++ \ src/kj/filesystem-disk-win32.c++ \
src/kj/test-helpers.c++ \ src/kj/test-helpers.c++ \
src/kj/main.c++ \ src/kj/main.c++ \
......
...@@ -22,7 +22,7 @@ set(kj_sources_heavy ...@@ -22,7 +22,7 @@ set(kj_sources_heavy
encoding.c++ encoding.c++
time.c++ time.c++
filesystem.c++ filesystem.c++
filesystem-disk.c++ filesystem-disk-unix.c++
filesystem-disk-win32.c++ filesystem-disk-win32.c++
parse/char.c++ parse/char.c++
) )
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE. // THE SOFTWARE.
// This test compiles filesystem-disk.c++ with various features #undefed, causing it to take // This test compiles filesystem-disk-unix.c++ with various features #undefed, causing it to take
// different code paths, then runs filesystem-disk-test.c++ against that. // different code paths, then runs filesystem-disk-test.c++ against that.
#include "filesystem.h" #include "filesystem.h"
...@@ -53,5 +53,5 @@ ...@@ -53,5 +53,5 @@
#define HOLES_NOT_SUPPORTED #define HOLES_NOT_SUPPORTED
#include "filesystem-disk.c++" #include "filesystem-disk-unix.c++"
#include "filesystem-disk-test.c++" #include "filesystem-disk-test.c++"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment