about summary refs log tree commit diff
path: root/src/lib/task.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-11-09 18:44:12 -0800
committerBrian Anderson <banderson@mozilla.com>2011-11-09 18:44:12 -0800
commitb7ab28b50fa346cf14e6fe45ea2c60434dcd979d (patch)
tree38747215bde2a821ba1163b9598aed9806af0cbe /src/lib/task.rs
parent2b9b6e3521dd06ff49f7816eb29a822bf95c15e6 (diff)
downloadrust-b7ab28b50fa346cf14e6fe45ea2c60434dcd979d.tar.gz
rust-b7ab28b50fa346cf14e6fe45ea2c60434dcd979d.zip
Rename "c-stack-cdecl" ABI to "cdecl"
Diffstat (limited to 'src/lib/task.rs')
-rw-r--r--src/lib/task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/task.rs b/src/lib/task.rs
index 247496ebd39..3dd47576562 100644
--- a/src/lib/task.rs
+++ b/src/lib/task.rs
@@ -55,7 +55,7 @@ native "rust-intrinsic" mod rusti {
     fn task_sleep(time_in_us: uint);
 }
 
-native "c-stack-cdecl" mod rustrt = "rustrt" {
+native "cdecl" mod rustrt = "rustrt" {
     // these can run on the C stack:
     fn pin_task();
     fn unpin_task();