diff options
| author | Patrick Walton <[email protected]> | 2011-03-24 18:43:32 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-24 18:43:32 -0700 |
| commit | 0b9cf7902cbe11dd19163a88e921b2755f03d71a (patch) | |
| tree | d4cb2e3a5b3b68471a5019611e5ee51610766f1c /src/rt | |
| parent | rustc: XFAIL use.rs too. Should put out burning tinderbox. (diff) | |
| download | rust-0b9cf7902cbe11dd19163a88e921b2755f03d71a.tar.xz rust-0b9cf7902cbe11dd19163a88e921b2755f03d71a.zip | |
build: Generate an object file for stage0/libstd.dylib
Diffstat (limited to 'src/rt')
| -rw-r--r-- | src/rt/rustrt.def.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in index d917aa93..f8ac1ed4 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -13,6 +13,7 @@ rand_free rand_new rand_next refcount +rust_dirent_filename rust_file_is_dir rust_get_stdin rust_get_stdout |