libstd: Temporarily use #[link_name = ""]

This commit is contained in:
Brian Anderson 2011-12-16 14:33:06 -08:00
parent f14bc54b06
commit 1477fb3f2b
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ export fsync_fd;
// FIXME Refactor into unix_os module or some such. Doesn't
// seem to work right now.
#[link_name = ""] // FIXME: Remove after snapshotting
#[nolink]
#[abi = "cdecl"]
native mod libc {