diff options
Diffstat (limited to 'src/libstd/linux_os.rs')
| -rw-r--r-- | src/libstd/linux_os.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/linux_os.rs b/src/libstd/linux_os.rs index 8528057ed98..e5b13a7cfc2 100644 --- a/src/libstd/linux_os.rs +++ b/src/libstd/linux_os.rs @@ -24,7 +24,8 @@ export fsync_fd; // FIXME Somehow merge stuff duplicated here and macosx_os.rs. Made difficult // by https://github.com/graydon/rust/issues#issue/268 -#[link_name = ""] +#[link_name = ""] // FIXME remove after #[nolink] is snapshotted +#[nolink] #[abi = "cdecl"] native mod libc { fn read(fd: fd_t, buf: *u8, count: size_t) -> ssize_t; |
