We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8ca41 commit e75cd48Copy full SHA for e75cd48
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: f14bc54b06ef300fd3a7bf2b2493e78c6136312b
+refs/heads/master: 1477fb3f2bc105978e1ffb40efa0fbfbd5ef3a5c
trunk/src/libstd/macos_os.rs
@@ -18,6 +18,7 @@ export fsync_fd;
18
// FIXME Refactor into unix_os module or some such. Doesn't
19
// seem to work right now.
20
21
+#[link_name = ""] // FIXME: Remove after snapshotting
22
#[nolink]
23
#[abi = "cdecl"]
24
native mod libc {
0 commit comments