Type: SB-POSIX:FILE-DESCRIPTORΒΆ

package type

A FIXNUM designating a native file descriptor.

SB-SYS:MAKE-FD-STREAM can be used to construct a FILE-STREAM associated with a native file descriptor.

Note that mixing I/O operations on a FILE-STREAM with operations directly on its descriptor may produce unexpected results if the stream is buffered.