illegalSeek
Illegal seek.
Declaration
static var illegalSeek: Errno { get }Mentioned in
Discussion
An lseek(2) function was issued on a socket, pipe or FIFO.
The corresponding C error is ESPIPE.
Illegal seek.
static var illegalSeek: Errno { get }An lseek(2) function was issued on a socket, pipe or FIFO.
The corresponding C error is ESPIPE.