Skip to content

Native function link name isn't used #905

Closed
@brson

Description

@brson

Native functions may specify an optional 'link name', which is intended to be the actual native name of the function:

    fn close(fd: int) -> int = "_close";

The compiler doesn't appear to actually do anything with this information, just generating a call to close as if the link name wasn't there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions