A
fixnum
designating a native file descriptor.
sb-sys:make-fd-stream
can be used to construct afile-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.