pub fn sys_lstat(
path: UserConstPtr<c_char>,
statbuf: UserPtr<stat>,
) -> LinuxResult<isize>Expand description
Get the metadata of the symbolic link and write into buf.
Return 0 if success.
pub fn sys_lstat(
path: UserConstPtr<c_char>,
statbuf: UserPtr<stat>,
) -> LinuxResult<isize>Get the metadata of the symbolic link and write into buf.
Return 0 if success.