Skip to main content

SYS_READLINK

Constant SYS_READLINK 

Source
pub const SYS_READLINK: usize = 451;
Expand description

Read the target of a symbolic link.

  • path_ptr: pointer to the symlink path
  • path_len: length of the path
  • buf_ptr: buffer to receive the target path
  • buf_len: size of the buffer

Returns the number of bytes placed in the buffer.