#[unsafe(no_mangle)]
pub unsafe extern "C" fn lstat(
path: *const c_char,
buf: *mut stat,
) -> c_int
Available on crate feature
fs
only.Expand description
Get the metadata of the symbolic link and write into buf
.
Return 0 if success.