Function sys_lstat

Source
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.