Instead of ``` fn close(fd: int) -> int = "_close"; ``` we should write ``` #[link_name = "_close"] fn close(fd: int) -> int; ```