Skip to content

Weird cfgs in VxWorks module #1469

@newpavlov

Description

@newpavlov

VxWorks module contains weird, always false cfgs, which look like a copypaste leftovers:

libc/src/vxworks/mod.rs

Lines 966 to 970 in d7907c0

#[cfg_attr(
all(target_os = "macos", target_arch = "x86"),
link_name = "fopen$UNIX2003"
)]
pub fn fopen(filename: *const c_char, mode: *const c_char) -> *mut FILE;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions