Skip to content

Commit 1477fb3

Browse files
committed
libstd: Temporarily use #[link_name = ""]
1 parent f14bc54 commit 1477fb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/macos_os.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export fsync_fd;
1818
// FIXME Refactor into unix_os module or some such. Doesn't
1919
// seem to work right now.
2020

21+
#[link_name = ""] // FIXME: Remove after snapshotting
2122
#[nolink]
2223
#[abi = "cdecl"]
2324
native mod libc {

0 commit comments

Comments
 (0)