libstd: Remove a bogus link_name attribute
This commit is contained in:
parent
35b27aa172
commit
2c70b2fb7e
@ -118,7 +118,6 @@ fn fsync_fd(fd: fd_t, level: io::fsync::level) -> c_int {
|
||||
|
||||
fn getcwd() -> str { ret rustrt::rust_getcwd(); }
|
||||
|
||||
#[link_name = ""] // FIXME remove after #[nolink] is snapshotted
|
||||
#[nolink]
|
||||
#[abi = "cdecl"]
|
||||
native mod mac_libc {
|
||||
|
Loading…
Reference in New Issue
Block a user