diff options
| author | Graydon Hoare <[email protected]> | 2011-03-25 00:09:20 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-25 00:16:04 -0700 |
| commit | 0f9d460e24ce9e1c09450f71502f1ab0700c0419 (patch) | |
| tree | 5c924660fbcebe87c0ed052f41d4ffa806ae2638 /src/rt/rustrt.def.in | |
| parent | A first stab at the 'nbody' demo, with support for calling C sqrt(). (diff) | |
| download | rust-0f9d460e24ce9e1c09450f71502f1ab0700c0419.tar.xz rust-0f9d460e24ce9e1c09450f71502f1ab0700c0419.zip | |
Placate win32 build; no idea how it can be working currently on tinderbox.
Diffstat (limited to 'src/rt/rustrt.def.in')
| -rw-r--r-- | src/rt/rustrt.def.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in index df9e26af..be51770a 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -17,6 +17,8 @@ rust_dirent_filename rust_file_is_dir rust_get_stdin rust_get_stdout +rust_list_files +rust_process_wait rust_run_program rust_start size_of |