libstd: Temporarily use #[link_name = ""]
This commit is contained in:
parent
f14bc54b06
commit
1477fb3f2b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue