pub const SYS_READLINK: usize = 451;Expand description
Read the target of a symbolic link.
path_ptr: pointer to the symlink pathpath_len: length of the pathbuf_ptr: buffer to receive the target pathbuf_len: size of the buffer
Returns the number of bytes placed in the buffer.