diff options
| author | Patrick Walton <[email protected]> | 2011-03-24 11:43:51 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-24 11:43:51 -0700 |
| commit | 8c9f5ffc773233c94ac6b712d2d10f991ad2b0bf (patch) | |
| tree | c49f340adc3e734920e4f016a36170cf862d5a05 /src/rt/rustrt.linux.def | |
| parent | rustc: Use a .def file for Darwin. Puts out burning Darwin tinderbox. (diff) | |
| download | rust-8c9f5ffc773233c94ac6b712d2d10f991ad2b0bf.tar.xz rust-8c9f5ffc773233c94ac6b712d2d10f991ad2b0bf.zip | |
Add a Linux .def file. Might put out burning tinderbox.
Diffstat (limited to 'src/rt/rustrt.linux.def')
| -rw-r--r-- | src/rt/rustrt.linux.def | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/src/rt/rustrt.linux.def b/src/rt/rustrt.linux.def new file mode 100644 index 00000000..f7127b40 --- /dev/null +++ b/src/rt/rustrt.linux.def @@ -0,0 +1,70 @@ +{ + align_of; + debug_box; + debug_fn; + debug_obj; + debug_opaque; + debug_ptrcast; + debug_tag; + debug_trap; + debug_tydesc; + do_gc; + last_os_error; + rand_free; + rand_new; + rand_next; + refcount; + rust_file_is_dir; + rust_get_stdin; + rust_get_stdout; + rust_run_program; + rust_start; + size_of; + str_alloc; + str_buf; + str_byte_len; + str_from_buf; + str_from_cstr; + str_from_vec; + task_sleep; + unsupervise; + upcall_clone_chan; + upcall_del_chan; + upcall_del_port; + upcall_exit; + upcall_fail; + upcall_flush_chan; + upcall_free; + upcall_get_type_desc; + upcall_grow_task; + upcall_join; + upcall_kill; + upcall_log_int; + upcall_log_str; + upcall_malloc; + upcall_mark; + upcall_new_chan; + upcall_new_port; + upcall_new_str; + upcall_new_task; + upcall_new_thread; + upcall_new_vec; + upcall_recv; + upcall_require_c_sym; + upcall_require_rust_sym; + upcall_send; + upcall_sleep; + upcall_start_task; + upcall_start_thread; + upcall_trace_str; + upcall_trace_word; + upcall_vec_grow; + upcall_yield; + vec_alloc; + vec_alloc_mut; + vec_buf; + vec_len; + vec_len_set; + vec_print_debug_info; +} + |