From 0f9d460e24ce9e1c09450f71502f1ab0700c0419 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 25 Mar 2011 00:09:20 -0700 Subject: Placate win32 build; no idea how it can be working currently on tinderbox. --- src/rt/rust_run_program.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/rt/rust_run_program.cpp') diff --git a/src/rt/rust_run_program.cpp b/src/rt/rust_run_program.cpp index 5919f68e..7b73586e 100644 --- a/src/rt/rust_run_program.cpp +++ b/src/rt/rust_run_program.cpp @@ -76,6 +76,12 @@ rust_run_program(rust_task* task, char* argv[], exit(1); } +extern "C" CDECL int +rust_process_wait(void* task, int proc) { + // FIXME: stub; exists to placate linker. + return 0; +} + #else #error "Platform not supported." #endif -- cgit v1.2.3