Function arceos_posix_api::sys_lstat
source · pub unsafe fn sys_lstat(path: *const c_char, buf: *mut stat) -> ssize_tAvailable on crate feature
fs only.Expand description
Get the metadata of the symbolic link and write into buf.
Return 0 if success.