diff options
| author | Chris Peterson <cpeterson@mozilla.com> | 2012-02-18 01:39:42 -0800 |
|---|---|---|
| committer | Chris Peterson <cpeterson@mozilla.com> | 2012-02-18 01:39:42 -0800 |
| commit | 3d202d7eaebd97e2b98a6c6021dd2bb763356d80 (patch) | |
| tree | e29cf58c867a59d3c110c81f2167ea5df22cbfc5 /src/rt/rustrt.def.in | |
| parent | b73bc3085896c90f6215d070b24ac80bf02cee6a (diff) | |
| download | rust-3d202d7eaebd97e2b98a6c6021dd2bb763356d80.tar.gz rust-3d202d7eaebd97e2b98a6c6021dd2bb763356d80.zip | |
rt: rename nano_time() builtin to match time::precise_time_ns()
Diffstat (limited to 'src/rt/rustrt.def.in')
| -rw-r--r-- | src/rt/rustrt.def.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in index d4fbc0b90bd..5b62d606917 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -13,10 +13,10 @@ get_port_id get_task_id get_time last_os_error -nano_time new_port new_task port_recv +precise_time_ns rust_port_select rand_free rand_new |
