Penguin
Annotated edit history of ESPIPE version 2, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 !!!Illegal Seek
2
2 PerryLorier 3 Pipes, [FIFO]'s, NamedPipes, [TTY]'s and socket(7)'s are all objects which aren't seekable, they are just linear streams of bytes. If you try and seek on one of them you will get a [ESPIPE] error.