diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-21 17:29:52 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-22 20:06:58 -0800 |
| commit | 07f8555b3e5d1b0a31936ed7ca08358d2919dd2f (patch) | |
| tree | 0073fa41a5f61472c62e4173a4102ac97a2902a7 /src/rt/rust_uv.cpp | |
| parent | a88c0847c227db089d9b1d3c4c1134721a92d955 (diff) | |
| download | rust-07f8555b3e5d1b0a31936ed7ca08358d2919dd2f.tar.gz rust-07f8555b3e5d1b0a31936ed7ca08358d2919dd2f.zip | |
std: Add some hacks to use libuv
Diffstat (limited to 'src/rt/rust_uv.cpp')
| -rw-r--r-- | src/rt/rust_uv.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_uv.cpp b/src/rt/rust_uv.cpp index b339d77c043..9ee1b844add 100644 --- a/src/rt/rust_uv.cpp +++ b/src/rt/rust_uv.cpp @@ -48,3 +48,4 @@ extern "C" CDECL size_t rust_uv_size_of_idle_t() { return sizeof(uv_idle_t); } + |
