-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
VxWorks module contains weird, always false cfg
s, which look like a copypaste leftovers:
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
Labels
No labels