diff options
| author | Patrick Walton <[email protected]> | 2011-04-29 11:54:06 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-04-29 11:54:06 -0700 |
| commit | 5d3e5531412952c556fabb541536bcae34b0ce09 (patch) | |
| tree | fabf066bf9227a0026be2e2b62f2012e9d32ee14 /src/rt/rustrt.def.in | |
| parent | rustc: Remove the wrong-compiler warning; we're self-hosting now. (diff) | |
| download | rust-5d3e5531412952c556fabb541536bcae34b0ce09.tar.xz rust-5d3e5531412952c556fabb541536bcae34b0ce09.zip | |
stdlib: Add a Time module to the standard library
Diffstat (limited to 'src/rt/rustrt.def.in')
| -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 d30c146e..b2d42463 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -8,6 +8,7 @@ debug_tag debug_trap debug_tydesc do_gc +get_time last_os_error rand_free rand_new |